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