aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-16 19:36:23 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-12-16 19:36:23 +0000
commit92f4c00029fa155b8f490d72f4134dec1f83c157 (patch)
tree02d51cff50e00a81be7628e7af6d938f09bbaf21
parent8192be6a12d0127ebd02d0df7d67cb365c973314 (diff)
parent0841411ff5a2b93219a3b953f1c5d12bb9302a62 (diff)
Merge "Fix installation info" into eel
-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