aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/chattutorial
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/chattutorial')
-rw-r--r--examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt1
5 files changed, 0 insertions, 5 deletions
diff --git a/examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt
index e75da2d2ef..52a9dcb19b 100644
--- a/examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt
+++ b/examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt
@@ -27,7 +27,6 @@ target_link_libraries(chattutorial-chapter1 PRIVATE
qt_add_qml_module(chattutorial-chapter1
URI chapter1
- VERSION 1.0
QML_FILES
"main.qml"
)
diff --git a/examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt
index 4bf3e834cd..0669626a06 100644
--- a/examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt
+++ b/examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt
@@ -27,7 +27,6 @@ target_link_libraries(chattutorial-chapter2 PRIVATE
qt_add_qml_module(chattutorial-chapter2
URI chapter2
- VERSION 1.0
QML_FILES
"main.qml"
RESOURCES
diff --git a/examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt
index d46fd3455d..e55597f2c8 100644
--- a/examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt
+++ b/examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt
@@ -28,7 +28,6 @@ target_link_libraries(chattutorial-chapter3 PRIVATE
# Resources:
qt_add_qml_module(chattutorial-chapter3
URI chapter3
- VERSION 1.0
QML_FILES
"ContactPage.qml"
"ConversationPage.qml"
diff --git a/examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt
index cf6985cfe8..c26fe1416b 100644
--- a/examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt
+++ b/examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt
@@ -31,7 +31,6 @@ target_link_libraries(chattutorial-chapter4 PRIVATE
# Resources:
qt_add_qml_module(chattutorial-chapter4
URI chapter4
- VERSION 1.0
QML_FILES
"ContactPage.qml"
"ConversationPage.qml"
diff --git a/examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt
index 0e72bc31f1..39126e51bd 100644
--- a/examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt
+++ b/examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt
@@ -31,7 +31,6 @@ target_link_libraries(chattutorial-chapter5 PRIVATE
# Resources:
qt_add_qml_module(chattutorial-chapter5
URI chapter5
- VERSION 1.0
QML_FILES
"+Material/ChatToolBar.qml"
"ChatToolBar.qml"