comparison server.pro @ 1303:409ee88107e8 project-file-rework

Numerous Windows fixes in subrepos
author Chris Cannam
date Fri, 28 Oct 2016 14:32:45 +0100
parents 26da0e253e68
children 106a16cfdd2f
comparison
equal deleted inserted replaced
1302:d0a7a508ff2e 1303:409ee88107e8
11 11
12 !exists(config.pri) { 12 !exists(config.pri) {
13 include(noconfig.pri) 13 include(noconfig.pri)
14 14
15 macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz 15 macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz
16
17 LIBS -= -lbz2 -lrubberband -lfftw3 -lfftw3f -lsndfile -lFLAC -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -lz -lsord-0 -lserd-0 -lpthread
18
19 win32-g++: {
20 QMAKE_CXXFLAGS += -static-libgcc -static-libstdc++
21 QMAKE_LFLAGS += -static-libgcc -static-libstdc++
22 }
23 } 16 }
24 17
25 # Can't support this flag with the JSON11 and basen modules as they stand 18 # Can't support this flag with the JSON11 and basen modules as they stand
26 QMAKE_CXXFLAGS -= -Werror 19 QMAKE_CXXFLAGS -= -Werror
27 20