diff --git a/src/app/app.pro b/src/app/app.pro index 69f677dacb7d94501b94c7a7806a5320ce2e094c..0894b2a7261e8b1c5e579e8722e687a4fde928c4 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 }