aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 69f677dacb..0894b2a726 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -43,10 +43,12 @@ unix:!macx {
QMAKE_POST_LINK += $${QMAKE_COPY_FILE} $${COPYSRC} $${COPYDEST} $$SEPARATOR
}
- target.files += $$OUT_PWD/$$DESTDIR/$$IDE_APP_WRAPPER
- target.files += $$OUT_PWD/$$DESTDIR/$$IDE_APP_TARGET
+ wrapper.files = $$OUT_PWD/$$DESTDIR/$$IDE_APP_WRAPPER
+ wrapper.path = /bin
+
target.path = /bin
- INSTALLS += target
+
+ INSTALLS += target wrapper
}