aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/ui-components
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/ui-components')
-rw-r--r--examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/flipable/flipable.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/progressbar/progressbar.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/scrollbar/scrollbar.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/searchbox/searchbox.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/spinner/spinner.qmlproject4
-rw-r--r--examples/declarative/qtquick1/ui-components/tabwidget/tabwidget.qmlproject4
8 files changed, 24 insertions, 8 deletions
diff --git a/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qmlproject b/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qmlproject
index d4909f8685..84c64fc12d 100644
--- a/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "dialcontrol.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/flipable/flipable.qmlproject b/examples/declarative/qtquick1/ui-components/flipable/flipable.qmlproject
index d4909f8685..7587e957ca 100644
--- a/examples/declarative/qtquick1/ui-components/flipable/flipable.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/flipable/flipable.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "flipable.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/progressbar/progressbar.qmlproject b/examples/declarative/qtquick1/ui-components/progressbar/progressbar.qmlproject
index d4909f8685..c4a510ce0f 100644
--- a/examples/declarative/qtquick1/ui-components/progressbar/progressbar.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/progressbar/progressbar.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "main.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/scrollbar/scrollbar.qmlproject b/examples/declarative/qtquick1/ui-components/scrollbar/scrollbar.qmlproject
index d4909f8685..c4a510ce0f 100644
--- a/examples/declarative/qtquick1/ui-components/scrollbar/scrollbar.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/scrollbar/scrollbar.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "main.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/searchbox/searchbox.qmlproject b/examples/declarative/qtquick1/ui-components/searchbox/searchbox.qmlproject
index d4909f8685..c4a510ce0f 100644
--- a/examples/declarative/qtquick1/ui-components/searchbox/searchbox.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/searchbox/searchbox.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "main.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qmlproject b/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qmlproject
index d4909f8685..09ec4aafb6 100644
--- a/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "slideswitch.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/spinner/spinner.qmlproject b/examples/declarative/qtquick1/ui-components/spinner/spinner.qmlproject
index d4909f8685..c4a510ce0f 100644
--- a/examples/declarative/qtquick1/ui-components/spinner/spinner.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/spinner/spinner.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "main.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."
diff --git a/examples/declarative/qtquick1/ui-components/tabwidget/tabwidget.qmlproject b/examples/declarative/qtquick1/ui-components/tabwidget/tabwidget.qmlproject
index d4909f8685..c4a510ce0f 100644
--- a/examples/declarative/qtquick1/ui-components/tabwidget/tabwidget.qmlproject
+++ b/examples/declarative/qtquick1/ui-components/tabwidget/tabwidget.qmlproject
@@ -1,6 +1,8 @@
-import QmlProject 1.0
+import QmlProject 1.1
Project {
+ mainFile: "main.qml"
+
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {
directory: "."