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 /gaddagize | |
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 'gaddagize')
-rwxr-xr-x | gaddagize/gaddagize.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gaddagize/gaddagize.pro b/gaddagize/gaddagize.pro index 8ec1130..ceae937 100755 --- a/gaddagize/gaddagize.pro +++ b/gaddagize/gaddagize.pro @@ -7,6 +7,7 @@ INCLUDEPATH += . .. CONFIG += release CONFIG += console +CONFIG -= app_bundle debug { OBJECTS_DIR = obj/debug |