diff options
author | dos-reis <gdr@axiomatics.org> | 2011-07-05 12:33:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-07-05 12:33:34 +0000 |
commit | 9f992033e1a9091b240d8ecb9a88f8cd90267e65 (patch) | |
tree | 9e4f909db2cadf17367ae01ac0f9430506947932 /src/gui | |
parent | c7ba7b98d9005a2af37bb21237c9c2303ca69c99 (diff) | |
download | open-axiom-9f992033e1a9091b240d8ecb9a88f8cd90267e65.tar.gz |
* gui/gui.pro.in [Mac OS X]: Don't build application bundle.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui.pro.in | 7 |
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 |