Linux install target in .pro

This commit is contained in:
LubuWest 2020-02-19 22:02:27 +01:00
commit 2375ced859
3 changed files with 52 additions and 2 deletions

View file

@ -60,5 +60,9 @@ DISTFILES += \
qml/newsqml/NewsStack.qml \
qml/configqml/SyncComponent.qml
target.path=/usr/bin/friendiqa
INSTALLS+=target
target.path=/usr/local/bin
desktop.path = /usr/share/applications
desktop.files = images/de.ma-nic.Friendiqa.desktop
icon.path = /usr/share/icons/hicolor/scalable/apps
icon.files = images/Friendiqa.svg
INSTALLS+=target desktop icon