summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2014-11-28 21:21:51 -0600
committerJohn Fultz <jfultz@wolfram.com>2014-11-28 21:21:51 -0600
commit66ea5a8c5cd217b0513431301c3de82acca81812 (patch)
tree72878c7146310075f071033ada35f24266de7480 /test
parentf87e47c7dc374735e284e5a61d62c9adb13b0021 (diff)
Add CONFIG -= app_bundle in appropriate places.
So that console apps won't build as app bundles on MacOS.
Diffstat (limited to 'test')
-rw-r--r--test/test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.pro b/test/test.pro
index 2eec3ec..df1fcd4 100644
--- a/test/test.pro
+++ b/test/test.pro
@@ -7,6 +7,7 @@ INCLUDEPATH += . ..
CONFIG += console
CONFIG -= x11
+CONFIG -= app_bundle
CONFIG += release
debug {