summaryrefslogtreecommitdiffstats
path: root/package/package.pro
blob: 720357243f4aa70116539d9ffb992a437e80f3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = aux

icon.path = /usr/share/icons/hicolor/scalable
icon.files += $$_PRO_FILE_PWD_/dashboard.svg
icon.CONFIG = no_check_exist

desktop.path = /usr/share/applications
desktop.files = $$_PRO_FILE_PWD_/dashboard.desktop
desktop.CONFIG = no_check_exist

INSTALLS += desktop icon