Add .desktop and icon file installation
[apps/hvac.git] / package / package.pro
1 TEMPLATE = aux
2
3 icon.path = /usr/share/icons/hicolor/scalable
4 icon.files += $$_PRO_FILE_PWD_/hvac.svg
5 icon.CONFIG = no_check_exist
6
7 desktop.path = /usr/share/applications
8 desktop.files = $$_PRO_FILE_PWD_/hvac.desktop
9 desktop.CONFIG = no_check_exist
10
11 INSTALLS += desktop icon