blob: 213f7a2c76a9ef0c31aab76222abe475a4e4aa9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TEMPLATE = aux
icon.path = /usr/share/icons/hicolor/scalable
icon.files += $$_PRO_FILE_PWD_/messaging.svg
icon.CONFIG = no_check_exist
desktop.path = /usr/share/applications
desktop.files = $$_PRO_FILE_PWD_/messaging.desktop
desktop.CONFIG = no_check_exist
#INSTALLS += desktop icon
INSTALLS += desktop
|