comparison data/fileio/test/test.pro @ 1177:79f7af8873c9

Add -ldl in a couple more places
author Chris Cannam
date Mon, 21 Mar 2016 10:02:21 +0000
parents 9c7633904ec2
children e5a1d815f331
comparison
equal deleted inserted replaced
1176:a6929fb9cc77 1177:79f7af8873c9
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