diff options
author | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-14 12:29:23 +0900 |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@qt.io> | 2017-12-14 13:57:31 +0900 |
commit | a7e1f83bab0759f4efbc885458e2102c3b9847d2 (patch) | |
tree | b18c99c6fe355611e2ca460cb3b21e3411669694 | |
parent | f756a01c3e78ebdb1ebe74efa52b8905a6a2c6b5 (diff) |
Fix installation info
Change-Id: I7f5cfa2ca77d1eba9fbfb29e700ca9f7787e241e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
-rw-r--r-- | homescreen/homescreen.pro | 3 | ||||
-rw-r--r-- | package/package.pro | 4 |
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 |