Mercurial > hg > svcore
comparison data/fileio/test/test.pro @ 1178:bf05d9259dbc pluginscan
First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2016 12:12:04 +0100 |
parents | ea636412f9fe |
children | e5a1d815f331 |
comparison
equal
deleted
inserted
replaced
1175:4018fc0189bc | 1178:bf05d9259dbc |
---|---|
34 } | 34 } |
35 macx* { | 35 macx* { |
36 DEFINES += HAVE_COREAUDIO | 36 DEFINES += HAVE_COREAUDIO |
37 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate | 37 LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate |
38 } | 38 } |
39 linux* { | |
40 LIBS += -ldl | |
41 } | |
39 } | 42 } |
40 | 43 |
41 CONFIG += qt thread warn_on stl rtti exceptions console c++11 | 44 CONFIG += qt thread warn_on stl rtti exceptions console c++11 |
42 QT += network xml testlib | 45 QT += network xml testlib |
43 QT -= gui | 46 QT -= gui |