diff 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
line wrap: on
line diff
--- a/vamp-client/client.pro	Wed Nov 16 16:13:25 2016 +0000
+++ b/vamp-client/client.pro	Thu Nov 17 17:57:50 2016 +0000
@@ -21,7 +21,9 @@
 # Using the "console" CONFIG flag above should ensure this happens for
 # normal Windows builds, but this may be necessary when cross-compiling
 win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console
-    
+
+macx*: CONFIG -= app_bundle
+
 TARGET = client
 
 SOURCES += \