comparison vamp-client/client.pro @ 137:1902e6db5b61

Avoid building app bundles for helper executables
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 17 Nov 2016 17:57:50 +0000
parents 247d8d533a9c
children
comparison
equal deleted inserted replaced
136:1f09f29526bf 137:1902e6db5b61
19 LIBS += -lcapnp -lkj -lvamp-hostsdk 19 LIBS += -lcapnp -lkj -lvamp-hostsdk
20 20
21 # Using the "console" CONFIG flag above should ensure this happens for 21 # Using the "console" CONFIG flag above should ensure this happens for
22 # normal Windows builds, but this may be necessary when cross-compiling 22 # normal Windows builds, but this may be necessary when cross-compiling
23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console 23 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
24 24
25 macx*: CONFIG -= app_bundle
26
25 TARGET = client 27 TARGET = client
26 28
27 SOURCES += \ 29 SOURCES += \
28 client.cpp \ 30 client.cpp \
29 ../vamp-capnp/piper-capnp.cpp 31 ../vamp-capnp/piper-capnp.cpp