comparison base/test/test.pro @ 1055:0559f25b99f2 cxx11

Build fixes for OS/X
author Chris Cannam
date Wed, 11 Mar 2015 13:30:37 +0000
parents eecf544bed92
children 020277bfafcb def2db9c4ab0
comparison
equal deleted inserted replaced
1054:98d4dabbf740 1055:0559f25b99f2
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-base-test 45 TARGET = svcore-base-test
46 46