Mercurial > hg > svcore
comparison config.pri.in @ 666:4efa7429cd85 coreaudio_tests
config files with changes regarding osx compilation flags.
author | luisf |
---|---|
date | Mon, 29 Nov 2010 12:45:39 +0000 |
parents | |
children | c10cb8782576 |
comparison
equal
deleted
inserted
replaced
665:029dd9e5cc29 | 666:4efa7429cd85 |
---|---|
1 | |
2 DEFINES += @HAVES@ | |
3 | |
4 ##!!! | |
5 DEFINES += NO_SV_GUI | |
6 | |
7 QMAKE_CFLAGS += @CFLAGS@ | |
8 QMAKE_CXXFLAGS += @CXXFLAGS@ | |
9 | |
10 macx*:DEFINES += HAVE_COREAUDIO | |
11 macx*:LIBS += -framework CoreAudio -framework AudioUnit | |
12 macx*:INCLUDEPATH += /Developer/Extras/CoreAudio/PublicUtility/ | |
13 | |
14 LIBS += @LIBS@ | |
15 |