Mercurial > hg > piper-cpp
changeset 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 | 1f09f29526bf |
children | b01dac674beb |
files | vamp-client/client.pro |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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 += \