summaryrefslogtreecommitdiffstats
path: root/demo#3/horizontal/homescreen/package/package.pro
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-12 17:44:25 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-12 17:44:25 +0900
commit9fda22b87349c212f5694e769493ed15addd7cee (patch)
tree0c56d8a974bb06b4283b015c43f7d65af72b38a4 /demo#3/horizontal/homescreen/package/package.pro
parentfeaf630569134f6fa5e297353dd45b2bcd7467b3 (diff)
Add homescreen and launcher for horizontal mode
Add homescreen and launcher for horizontal mode Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo#3/horizontal/homescreen/package/package.pro')
-rw-r--r--demo#3/horizontal/homescreen/package/package.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/demo#3/horizontal/homescreen/package/package.pro b/demo#3/horizontal/homescreen/package/package.pro
new file mode 100644
index 0000000..09c7a01
--- /dev/null
+++ b/demo#3/horizontal/homescreen/package/package.pro
@@ -0,0 +1,22 @@
+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.target = package
+wgt.commands = wgtpkg-pack -f -o homescreen.wgt root
+
+QMAKE_EXTRA_TARGETS += wgt
+
+deploy.files = homescreen.wgt
+deploy.path = /usr/AGL/apps/autoinstall
+INSTALLS += deploy