diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui.pro.in | 8 |
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@ |