diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-30 16:03:12 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-30 16:03:12 +0000 |
commit | f99ece56ccd39726097c11bb2f78f79c2ab340ef (patch) | |
tree | f7e970e7cb292f0249d406ba2b2030301d8acb4e /src | |
parent | 0d9c24084859d19eb5a97ecd1486be6264c728a3 (diff) | |
download | open-axiom-f99ece56ccd39726097c11bb2f78f79c2ab340ef.tar.gz |
Put the gui executable in the staged bin directory
Diffstat (limited to 'src')
-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@ |