comparison server.pro @ 1289:39f769d666a2 project-file-rework

Don't need these frameworks for the server
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 15:51:24 +0100
parents ac6db2ee1beb
children e95a46ff8334
comparison
equal deleted inserted replaced
1288:ee908153066e 1289:39f769d666a2
9 include(config.pri) 9 include(config.pri)
10 } 10 }
11 11
12 !exists(config.pri) { 12 !exists(config.pri) {
13 include(noconfig.pri) 13 include(noconfig.pri)
14
15 macx*: LIBS -= -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices -framework Accelerate -lbz2 -lz
14 } 16 }
15 17
16 # Using the "console" CONFIG flag above should ensure this happens for 18 # Using the "console" CONFIG flag above should ensure this happens for
17 # normal Windows builds, but this may be necessary when cross-compiling 19 # normal Windows builds, but this may be necessary when cross-compiling
18 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console 20 win32-x-g++: QMAKE_LFLAGS += -Wl,-subsystem,console