aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-09-25 12:28:44 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-09-25 12:31:25 +0200
commite7a477b3a01b54a78b753f48398fec63fbd6316f (patch)
tree831cdde4f3652d3c3842f7434c0602b5a0730cb9 /src/app/app.pro
parent06fcf59f2e4a6e513be95cb4f1ab97de92d45cc5 (diff)
Build system: make 'install' target work on Windows.
Reviewed-By: Oswald Buddenhagen
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index b1830edff2..932048f298 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -14,6 +14,8 @@ win32 {
else:LIBS *= -lExtensionSystem -lAggregation
RC_FILE = qtcreator.rc
+ target.path = /bin
+ INSTALLS += target
} else:macx {
CONFIG(debug, debug|release):LIBS *= -lExtensionSystem_debug -lAggregation_debug
else:LIBS *= -lExtensionSystem -lAggregation