# HG changeset patch # User Chris Cannam # Date 1479405470 0 # Node ID ae3a89df2c9d09cc7ae30a2df66fe8ab7ca082d7 # Parent 0311d6611c47b5ed96cacbcd761fdcd8a28f3081 Avoid building app bundles for helper executables diff -r 0311d6611c47 -r ae3a89df2c9d .hgsubstate --- a/.hgsubstate Thu Nov 17 17:47:29 2016 +0000 +++ b/.hgsubstate Thu Nov 17 17:57:50 2016 +0000 @@ -4,7 +4,7 @@ 1eefc20919cd080b684b2bbbc0af7270b8facb54 checker 3768bdde6fdf866aa63fff5bde8d9fa64a8979ef dataquay 68ae618c6b0e442d08a71d39217784a08f2a8de3 icons/scalable -f23faf9c8a70707405e695ea247fd5d359643c67 piper-cpp +3257ddb6fff110cc88f3ffeaeefa0f29d5eb3b6f piper-cpp e1712f7d74a455337591091a57beba2f0443b9dd sv-dependency-builds 36aa947ec9629108da8abe39b37fb97c1e989514 svapp 1d8418cca63afe78d07afbde52b1805dfdbb9574 svcore diff -r 0311d6611c47 -r ae3a89df2c9d test-svcore-base.pro --- a/test-svcore-base.pro Thu Nov 17 17:47:29 2016 +0000 +++ b/test-svcore-base.pro Thu Nov 17 17:57:50 2016 +0000 @@ -15,6 +15,9 @@ QT += network xml testlib QT -= gui +win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console +macx*: CONFIG -= app_bundle + TARGET = test-svcore-base OBJECTS_DIR = o diff -r 0311d6611c47 -r ae3a89df2c9d test-svcore-data-fileio.pro --- a/test-svcore-data-fileio.pro Thu Nov 17 17:47:29 2016 +0000 +++ b/test-svcore-data-fileio.pro Thu Nov 17 17:57:50 2016 +0000 @@ -15,6 +15,9 @@ QT += network xml testlib QT -= gui +win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console +macx*: CONFIG -= app_bundle + TARGET = test-svcore-data-fileio OBJECTS_DIR = o diff -r 0311d6611c47 -r ae3a89df2c9d test-svcore-data-model.pro --- a/test-svcore-data-model.pro Thu Nov 17 17:47:29 2016 +0000 +++ b/test-svcore-data-model.pro Thu Nov 17 17:57:50 2016 +0000 @@ -15,6 +15,9 @@ QT += network xml testlib QT -= gui +win32-x-g++:QMAKE_LFLAGS += -Wl,-subsystem,console +macx*: CONFIG -= app_bundle + TARGET = test-svcore-data-model OBJECTS_DIR = o