summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-16 19:36:19 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-12-16 19:36:19 +0000
commit9c10bd1f571c7888d565378a6dbf3eed7ff4eaa4 (patch)
tree02fb463d5c772e96a8049815c9f7c824db827696
parentbcb5f4da30e6a45441ee467e15ab99420543dfba (diff)
parenta7e1f83bab0759f4efbc885458e2102c3b9847d2 (diff)
Merge "Fix installation info"
-rw-r--r--homescreen/homescreen.pro3
-rw-r--r--package/package.pro4
2 files changed, 4 insertions, 3 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index b86126f..c885ef3 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -29,9 +29,6 @@ LIBS += -lhomescreen
include(../interfaces/interfaces.pri)
-target.path = /home/root
-INSTALLS += target
-
SOURCES += \
src/main.cpp \
src/applicationmodel.cpp \
diff --git a/package/package.pro b/package/package.pro
index 9203104..cda7df6 100644
--- a/package/package.pro
+++ b/package/package.pro
@@ -16,3 +16,7 @@ wgt.target = package
wgt.commands = wgtpkg-pack -f -o homescreen-2017.wgt root
QMAKE_EXTRA_TARGETS += wgt
+
+deploy.files = homescreen-2017.wgt
+deploy.path = /usr/AGL/apps/autoinstall
+INSTALLS += deploy