diff 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
line wrap: on
line diff
--- a/server.pro	Fri Oct 28 11:32:36 2016 +0100
+++ b/server.pro	Fri Oct 28 14:32:45 2016 +0100
@@ -13,13 +13,6 @@
     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++
-    }
 }
 
 # Can't support this flag with the JSON11 and basen modules as they stand