diff options
Diffstat (limited to 'package/package.pro')
-rw-r--r-- | package/package.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/package.pro b/package/package.pro new file mode 100644 index 0000000..ee4a698 --- /dev/null +++ b/package/package.pro @@ -0,0 +1,7 @@ +TEMPLATE = aux + +desktop.path = /usr/share/applications +desktop.files = $$_PRO_FILE_PWD_/launcher.desktop +desktop.CONFIG = no_check_exist + +INSTALLS += desktop |