aboutsummaryrefslogtreecommitdiffstats
path: root/package/package.pro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-01-11 23:06:25 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2022-01-11 23:06:25 +0000
commit37d45e3c6fc294e8ee675e95ad7bde0d3b38327a (patch)
tree5ecf65f66065b3c6315affe1067337d296cae92c /package/package.pro
parentdacea3bc2d252eeb59c22f59ffca0870bc03913b (diff)
parenta920d9537132f3778c137edee8d6741102919787 (diff)
Merge changes I8a971470,I74dfa2e2,Icd008c8b
* changes: homescreenhandler: Remove old artifacts package: Removal older artefacts from previous appfw homescreenhandler: Start applications from homescreen panel
Diffstat (limited to 'package/package.pro')
-rw-r--r--package/package.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/package.pro b/package/package.pro
deleted file mode 100644
index 1035088..0000000
--- a/package/package.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-DISTFILES = icon.svg config.xml
-
-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
-
-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 homescreen$${WGT_TYPE}.wgt root
-
-QMAKE_EXTRA_TARGETS += wgt
-
-deploy.files = homescreen.wgt
-deploy.path = /usr/AGL/apps/autoinstall
-INSTALLS += deploy