aboutsummaryrefslogtreecommitdiffstats
path: root/package/package.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-12-20 15:08:17 -0500
committerScott Murray <scott.murray@konsulko.com>2021-12-20 15:24:20 -0500
commit59a8f88a4651f29addca93b064d539b0e97391bf (patch)
treef6d071dc55837307c915d202255af69b1ff9911e /package/package.pro
parent227a373c6cdc30793b8890b001c6802cffaefc99 (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: I945eed27d3bee12d363e09d8222e1be08a22d853
Diffstat (limited to 'package/package.pro')
-rw-r--r--package/package.pro16
1 files changed, 12 insertions, 4 deletions
diff --git a/package/package.pro b/package/package.pro
index 7c5df89..cb37552 100644
--- a/package/package.pro
+++ b/package/package.pro
@@ -1,7 +1,15 @@
-TARGET =
+TEMPLATE = aux
-scripts.path = $${PREFIX}/usr/bin
-scripts.files += $${_PRO_FILE_PWD_}/flite $${_PRO_FILE_PWD_}/jtalk
+scripts.path = /usr/bin
+scripts.files += $$_PRO_FILE_PWD_/flite $$_PRO_FILE_PWD_/jtalk
scripts.CONFIG = executable
-INSTALLS += scripts
+icon.path = /usr/share/icons/hicolor/scalable
+icon.files += $$_PRO_FILE_PWD_/navigation.svg
+icon.CONFIG = no_check_exist
+
+desktop.path = /usr/share/applications
+desktop.files = $$_PRO_FILE_PWD_/navigation.desktop
+desktop.CONFIG = no_check_exist
+
+INSTALLS += scripts desktop icon