Mercurial > hg > svcore
comparison data/fileio/test/test.pro @ 1069:32ab6c48efaa
Merge from branch tonioni
author | Chris Cannam |
---|---|
date | Mon, 20 Apr 2015 09:11:34 +0100 |
parents | 0559f25b99f2 |
children | 020277bfafcb def2db9c4ab0 |
comparison
equal
deleted
inserted
replaced
1036:682d64f05e72 | 1069:32ab6c48efaa |
---|---|
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 } | 39 } |
40 | 40 |
41 CONFIG += qt thread warn_on stl rtti exceptions console | 41 CONFIG += qt thread warn_on stl rtti exceptions console c++11 |
42 QT += network xml testlib | 42 QT += network xml testlib |
43 QT -= gui | 43 QT -= gui |
44 | 44 |
45 TARGET = svcore-data-fileio-test | 45 TARGET = svcore-data-fileio-test |
46 | 46 |