Skip to content
Snippets Groups Projects
Commit c95b3eef authored by dt's avatar dt
Browse files

Fixes make install not installing the wrapper

Patch by Fathi Boudra.
parent 649e3a25
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment