blob: 821467751e59c5736b8e6c676dcb32e25f482c6a (
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_/settings.svg
icon.CONFIG = no_check_exist
desktop.path = /usr/share/applications
desktop.files = $$_PRO_FILE_PWD_/settings.desktop
desktop.CONFIG = no_check_exist
INSTALLS += desktop icon
|