comparison server.pro @ 1299:9027d12841af project-file-rework

Win32 fixes in subrepos (inc binary modes for server)
author Chris Cannam
date Thu, 27 Oct 2016 16:14:49 +0100
parents e95a46ff8334
children f7481cb5a1ff
comparison
equal deleted inserted replaced
1298:c0f55499d8b1 1299:9027d12841af
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 }
16 } 23 }
17 24
18 # Using the "console" CONFIG flag above should ensure this happens for 25 # Using the "console" CONFIG flag above should ensure this happens for
19 # normal Windows builds, but this may be necessary when cross-compiling 26 # normal Windows builds, but this may be necessary when cross-compiling
20 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console 27 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console