diff test-svcore-data-fileio.pro @ 1344:ae3a89df2c9d 3.0-integration

Avoid building app bundles for helper executables
author Chris Cannam
date Thu, 17 Nov 2016 17:57:50 +0000
parents 6f8c8390f55c
children e4bd2a532ced
line wrap: on
line diff
--- 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