diff options
-rw-r--r-- | launcher.pro | 2 | ||||
-rw-r--r-- | package/launcher.desktop | 11 | ||||
-rw-r--r-- | package/package.pro | 7 |
3 files changed, 19 insertions, 1 deletions
diff --git a/launcher.pro b/launcher.pro index b9c007f..f82e133 100644 --- a/launcher.pro +++ b/launcher.pro @@ -16,5 +16,5 @@ TEMPLATE = subdirs load(configure) -SUBDIRS = launcher +SUBDIRS = launcher package diff --git a/package/launcher.desktop b/package/launcher.desktop new file mode 100644 index 0000000..b68f5af --- /dev/null +++ b/package/launcher.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=Launcher +Comment=Launcher +GenericName=Launcher +Exec=launcher +Icon=launcher +Terminal=true +Type=Application +Categories=System; +StartupNotify=true 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 |