summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/hello-world/apps
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-12-12 15:07:54 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2018-12-18 12:52:53 +0000
commit2d9dfed7ffbbe93ba7cf90912f40a5f86ef80268 (patch)
treee00fc087ca04c5d533e2634a12db4ad05613265e /examples/applicationmanager/hello-world/apps
parent171f91fd66ced094f226f481d9765f4cf67c6019 (diff)
Bump all QtApplicationManager QML imports to 2.0
Change-Id: I98bab2070b7a35cefae46bca8a06bac4a1cf1487 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Ilya A, Galkin <igalkin@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/hello-world/apps')
-rw-r--r--examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml2
-rw-r--r--examples/applicationmanager/hello-world/apps/hello-world.green/main.qml2
-rw-r--r--examples/applicationmanager/hello-world/apps/hello-world.red/main.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml b/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml
index 5d1afac7..53d9df3b 100644
--- a/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml
+++ b/examples/applicationmanager/hello-world/apps/hello-world.blue/main.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.Application 1.0
+import QtApplicationManager.Application 2.0
ApplicationManagerWindow {
color: "blue"
diff --git a/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml b/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml
index 916e2827..f8b02497 100644
--- a/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml
+++ b/examples/applicationmanager/hello-world/apps/hello-world.green/main.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.Application 1.0
+import QtApplicationManager.Application 2.0
ApplicationManagerWindow {
color: "Green"
diff --git a/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml b/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml
index bba3216c..b8c86827 100644
--- a/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml
+++ b/examples/applicationmanager/hello-world/apps/hello-world.red/main.qml
@@ -51,7 +51,7 @@
****************************************************************************/
import QtQuick 2.4
-import QtApplicationManager.Application 1.0
+import QtApplicationManager.Application 2.0
ApplicationManagerWindow {
color: "red"