diff options
author | John Fultz <jfultz@wolfram.com> | 2014-11-28 21:21:51 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-11-28 21:21:51 -0600 |
commit | 66ea5a8c5cd217b0513431301c3de82acca81812 (patch) | |
tree | 72878c7146310075f071033ada35f24266de7480 /test/test.pro | |
parent | f87e47c7dc374735e284e5a61d62c9adb13b0021 (diff) |
Add CONFIG -= app_bundle in appropriate places.
So that console apps won't build as app bundles on MacOS.
Diffstat (limited to 'test/test.pro')
-rw-r--r-- | test/test.pro | 1 |
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 { |