# HG changeset patch # User Chris Cannam # Date 1479405470 0 # Node ID 1902e6db5b619db247e72f6c3cb0ac3882d0ff68 # Parent 1f09f29526bf4a86986e8b570252f76ca776c493 Avoid building app bundles for helper executables diff -r 1f09f29526bf -r 1902e6db5b61 vamp-client/client.pro --- 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 += \