Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/server.pro Thu Oct 27 14:01:35 2016 +0100 +++ b/server.pro Thu Oct 27 16:14:49 2016 +0100 @@ -13,6 +13,13 @@ include(noconfig.pri) macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz + + LIBS -= -lbz2 -lrubberband -lfftw3 -lfftw3f -lsndfile -lFLAC -lvorbis -lvorbisenc -lvorbisfile -logg -lmad -lid3tag -lportaudio -lsamplerate -lz -lsord-0 -lserd-0 -lpthread + + win32-g++: { + QMAKE_CXXFLAGS += -static-libgcc -static-libstdc++ + QMAKE_LFLAGS += -static-libgcc -static-libstdc++ + } } # Using the "console" CONFIG flag above should ensure this happens for