summaryrefslogtreecommitdiff
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
parentf87e47c7dc374735e284e5a61d62c9adb13b0021 (diff)
Add CONFIG -= app_bundle in appropriate places.
So that console apps won't build as app bundles on MacOS.
-rw-r--r--encodeleaves/encodeleaves.pro1
-rwxr-xr-xgaddagize/gaddagize.pro1
-rwxr-xr-xmakegaddag/makegaddag.pro1
-rw-r--r--makeminidawg/makeminidawg.pro1
-rw-r--r--test/test.pro1
5 files changed, 5 insertions, 0 deletions
diff --git a/encodeleaves/encodeleaves.pro b/encodeleaves/encodeleaves.pro
index ddbef3d..72f0780 100644
--- a/encodeleaves/encodeleaves.pro
+++ b/encodeleaves/encodeleaves.pro
@@ -7,6 +7,7 @@ INCLUDEPATH += . ..
CONFIG += release
CONFIG += console
+CONFIG -= app_bundle
debug {
OBJECTS_DIR = obj/debug
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
diff --git a/makegaddag/makegaddag.pro b/makegaddag/makegaddag.pro
index a1e0075..dfd1259 100755
--- a/makegaddag/makegaddag.pro
+++ b/makegaddag/makegaddag.pro
@@ -17,6 +17,7 @@ MOC_DIR = moc
# CONFIG += debug
CONFIG += console
+CONFIG -= app_bundle
LIBS += -lquackleio -lquackle
diff --git a/makeminidawg/makeminidawg.pro b/makeminidawg/makeminidawg.pro
index 0896874..1432639 100644
--- a/makeminidawg/makeminidawg.pro
+++ b/makeminidawg/makeminidawg.pro
@@ -8,6 +8,7 @@ CONFIG += release
CONFIG += console
CONFIG -= x11
+CONFIG -= app_bundle
debug {
OBJECTS_DIR = obj/debug
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 {