aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-30 16:03:12 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-30 16:03:12 +0000
commitf99ece56ccd39726097c11bb2f78f79c2ab340ef (patch)
treef7e970e7cb292f0249d406ba2b2030301d8acb4e /src/gui
parent0d9c24084859d19eb5a97ecd1486be6264c728a3 (diff)
downloadopen-axiom-f99ece56ccd39726097c11bb2f78f79c2ab340ef.tar.gz
Put the gui executable in the staged bin directory
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui.pro.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gui/gui.pro.in b/src/gui/gui.pro.in
index 5213fbae..32f5d82e 100644
--- a/src/gui/gui.pro.in
+++ b/src/gui/gui.pro.in
@@ -5,8 +5,14 @@
OA_INC =
OA_LIB =
+## We build in release mode.
+CONFIG += release
+
+## We are building a GUI application.
TEMPLATE = app
-TARGET = gui
+
+## Put the executable directly in the staged bin directory.
+TARGET = @top_builddir@/@target@/bin/gui
## Tell QT that sources are not in the build directory
VPATH += @srcdir@