aboutsummaryrefslogtreecommitdiff
path: root/src/gui/gui.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.pro.in')
-rw-r--r--src/gui/gui.pro.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/gui.pro.in b/src/gui/gui.pro.in
index fe160438..cf2cce1e 100644
--- a/src/gui/gui.pro.in
+++ b/src/gui/gui.pro.in
@@ -1,4 +1,5 @@
-## Copyright (C) 2011 Gabriel Dos Reis
+## Copyright (C) 2011 Gabriel Dos Reis.
+## All rights reserved.
## Autoconf template file for the benefit of QMake
## Written by Gabriel Dos Reis.
@@ -7,6 +8,10 @@ OA_LIB = -L@top_builddir@/@target@/lib -lOpenAxiom
## We build in release mode.
CONFIG += release
+## But, don't think we want an app bundle, yet.
+macx {
+ CONFIG -= app_bundle
+}
## We are building a GUI application.
TEMPLATE = app