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