aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tutorials')
-rw-r--r--examples/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/samegame/samegame1/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/samegame/samegame2/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/samegame/samegame3/CMakeLists.txt1
-rw-r--r--examples/quick/tutorials/samegame/samegame4/CMakeLists.txt1
8 files changed, 0 insertions, 8 deletions
diff --git a/examples/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt b/examples/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt
index 34666139ae..4cc0d60742 100644
--- a/examples/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt
+++ b/examples/quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(dynamicview1 PROPERTIES
qt_add_qml_module(dynamicview1
URI dynamicview
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
dynamicview.qml
diff --git a/examples/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt b/examples/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt
index 9246e13129..6db9439a77 100644
--- a/examples/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt
+++ b/examples/quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(dynamicview2 PROPERTIES
qt_add_qml_module(dynamicview2
URI dynamicview
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
dynamicview.qml
diff --git a/examples/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt b/examples/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt
index 41f5fd2ff4..6b7a4b1605 100644
--- a/examples/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt
+++ b/examples/quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(dynamicview3 PROPERTIES
qt_add_qml_module(dynamicview3
URI dynamicview
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
dynamicview.qml
diff --git a/examples/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt b/examples/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt
index 3f0fe1aaac..aff35996da 100644
--- a/examples/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt
+++ b/examples/quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(dynamicview4 PROPERTIES
qt_add_qml_module(dynamicview4
URI dynamicview
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
dynamicview.qml
diff --git a/examples/quick/tutorials/samegame/samegame1/CMakeLists.txt b/examples/quick/tutorials/samegame/samegame1/CMakeLists.txt
index ba307f3c79..8cc399ccd0 100644
--- a/examples/quick/tutorials/samegame/samegame1/CMakeLists.txt
+++ b/examples/quick/tutorials/samegame/samegame1/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(samegame1 PROPERTIES
qt_add_qml_module(samegame1
URI samegame
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
"Block.qml"
diff --git a/examples/quick/tutorials/samegame/samegame2/CMakeLists.txt b/examples/quick/tutorials/samegame/samegame2/CMakeLists.txt
index 49927d36ec..1233e4d407 100644
--- a/examples/quick/tutorials/samegame/samegame2/CMakeLists.txt
+++ b/examples/quick/tutorials/samegame/samegame2/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(samegame2 PROPERTIES
qt_add_qml_module(samegame2
URI samegame
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
"Block.qml"
diff --git a/examples/quick/tutorials/samegame/samegame3/CMakeLists.txt b/examples/quick/tutorials/samegame/samegame3/CMakeLists.txt
index b73ff9fd61..59fa1302a6 100644
--- a/examples/quick/tutorials/samegame/samegame3/CMakeLists.txt
+++ b/examples/quick/tutorials/samegame/samegame3/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(samegame3 PROPERTIES
qt_add_qml_module(samegame3
URI samegame
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
"Block.qml"
diff --git a/examples/quick/tutorials/samegame/samegame4/CMakeLists.txt b/examples/quick/tutorials/samegame/samegame4/CMakeLists.txt
index de045db8f1..77fdb83718 100644
--- a/examples/quick/tutorials/samegame/samegame4/CMakeLists.txt
+++ b/examples/quick/tutorials/samegame/samegame4/CMakeLists.txt
@@ -25,7 +25,6 @@ set_target_properties(samegame4 PROPERTIES
qt_add_qml_module(samegame4
URI samegame
- VERSION 1.0
AUTO_RESOURCE_PREFIX
QML_FILES
"BoomBlock.qml"