summaryrefslogtreecommitdiffstats
path: root/package/package.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-12-20 15:07:34 -0500
committerScott Murray <scott.murray@konsulko.com>2021-12-20 15:24:40 -0500
commitfd598de2c48a9fcc0e13b5574c3da0b5b6edf407 (patch)
treebf5c7e8fdf61d4c1cb330d926962773692fd7e0e /package/package.pro
parent8b8c003e0be89baef3715c7f905ba32213bdb853 (diff)
Add initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Also removed potentially confusing use of non-existent $$PREFIX variable. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ic84c43d4871002131f982c3054a9ee6f475e649d
Diffstat (limited to 'package/package.pro')
-rw-r--r--package/package.pro31
1 files changed, 8 insertions, 23 deletions
diff --git a/package/package.pro b/package/package.pro
index 495dc40..8214677 100644
--- a/package/package.pro
+++ b/package/package.pro
@@ -1,26 +1,11 @@
+TEMPLATE = aux
-DISTFILES = icon.svg config.xml
+icon.path = /usr/share/icons/hicolor/scalable
+icon.files += $$_PRO_FILE_PWD_/settings.svg
+icon.CONFIG = no_check_exist
-!equals($$_PRO_FILE_PWD_, $$OUT_PWD) {
- copy_icon.target = $$OUT_PWD/root/icon.svg
- copy_icon.depends = $$_PRO_FILE_PWD_/icon.svg
- copy_icon.commands = $(COPY_FILE) \"$$replace(copy_icon.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_icon.target, /, $$QMAKE_DIR_SEP)\"
- QMAKE_EXTRA_TARGETS += copy_icon
- PRE_TARGETDEPS += $$copy_icon.target
+desktop.path = /usr/share/applications
+desktop.files = $$_PRO_FILE_PWD_/settings.desktop
+desktop.CONFIG = no_check_exist
- copy_config.target = $$OUT_PWD/root/config.xml
- copy_config.depends = $$_PRO_FILE_PWD_/config.xml
- copy_config.commands = $(COPY_FILE) \"$$replace(copy_config.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_config.target, /, $$QMAKE_DIR_SEP)\"
- QMAKE_EXTRA_TARGETS += copy_config
- PRE_TARGETDEPS += $$copy_config.target
-}
-
-WGT_TYPE =
-CONFIG(debug, debug|release) {
- WGT_TYPE = -debug
-}
-
-wgt.target = package
-wgt.commands = wgtpkg-pack -f -o settings$${WGT_TYPE}.wgt root
-
-QMAKE_EXTRA_TARGETS += wgt
+INSTALLS += desktop icon