diff options
-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 |