forked from qt-creator/qt-creator
Fixes make install not installing the wrapper
Patch by Fathi Boudra.
This commit is contained in:
@@ -43,10 +43,12 @@ unix:!macx {
|
|||||||
QMAKE_POST_LINK += $${QMAKE_COPY_FILE} $${COPYSRC} $${COPYDEST} $$SEPARATOR
|
QMAKE_POST_LINK += $${QMAKE_COPY_FILE} $${COPYSRC} $${COPYDEST} $$SEPARATOR
|
||||||
}
|
}
|
||||||
|
|
||||||
target.files += $$OUT_PWD/$$DESTDIR/$$IDE_APP_WRAPPER
|
wrapper.files = $$OUT_PWD/$$DESTDIR/$$IDE_APP_WRAPPER
|
||||||
target.files += $$OUT_PWD/$$DESTDIR/$$IDE_APP_TARGET
|
wrapper.path = /bin
|
||||||
|
|
||||||
target.path = /bin
|
target.path = /bin
|
||||||
INSTALLS += target
|
|
||||||
|
INSTALLS += target wrapper
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user