summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--homescreen/homescreen.pro3
-rw-r--r--homescreen/qml/ShortcutArea.qml8
-rw-r--r--package/package.pro4
3 files changed, 8 insertions, 7 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/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml
index 1638bcf..0c00f8c 100644
--- a/homescreen/qml/ShortcutArea.qml
+++ b/homescreen/qml/ShortcutArea.qml
@@ -36,10 +36,10 @@ Item {
application: 'mediaplayer@0.1'
}
ListElement {
-// name: 'HVAC'
-// application: 'hvac@0.1'
- name: 'Radio'
- application: 'radio@0.1'
+ name: 'HVAC'
+ application: 'hvac@0.1'
+// name: 'Radio'
+// application: 'radio@0.1'
}
ListElement {
name: 'Navigation'
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