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