From f99ece56ccd39726097c11bb2f78f79c2ab340ef Mon Sep 17 00:00:00 2001
From: dos-reis <gdr@axiomatics.org>
Date: Mon, 30 May 2011 16:03:12 +0000
Subject: Put the gui executable in the staged bin directory

---
 src/gui/gui.pro.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'src')

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@
-- 
cgit v1.2.3