aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols')
-rw-r--r--examples/quickcontrols/attachedstyleproperties/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt1
-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
-rw-r--r--examples/quickcontrols/contactlist/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/eventcalendar/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/flatstyle/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/gallery/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/imagine/automotive/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/imagine/musicplayer/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/ios/todolist/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/sidepanel/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/swipetoremove/CMakeLists.txt1
-rw-r--r--examples/quickcontrols/texteditor/CMakeLists.txt1
17 files changed, 0 insertions, 17 deletions
diff --git a/examples/quickcontrols/attachedstyleproperties/CMakeLists.txt b/examples/quickcontrols/attachedstyleproperties/CMakeLists.txt
index 8915937222..4228052a26 100644
--- a/examples/quickcontrols/attachedstyleproperties/CMakeLists.txt
+++ b/examples/quickcontrols/attachedstyleproperties/CMakeLists.txt
@@ -22,7 +22,6 @@ qt_add_executable(attachedstylepropertiesexample
qt_add_qml_module(attachedstylepropertiesexample
URI App
- VERSION 1.0
QML_FILES
attachedstyleproperties.qml
NO_RESOURCE_TARGET_PATH
diff --git a/examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt b/examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt
index 2ac65d3f57..e6e6e10370 100644
--- a/examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt
+++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt
@@ -6,7 +6,6 @@ set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/quickcontrols/attachedstyleproper
qt_add_qml_module(MyStyle
URI MyStyle
- VERSION 1.0
IMPORTS
QtQuick.Controls.Material
QML_FILES
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"
diff --git a/examples/quickcontrols/contactlist/CMakeLists.txt b/examples/quickcontrols/contactlist/CMakeLists.txt
index b9ca81a90d..d353e3374f 100644
--- a/examples/quickcontrols/contactlist/CMakeLists.txt
+++ b/examples/quickcontrols/contactlist/CMakeLists.txt
@@ -21,7 +21,6 @@ qt_add_executable(contactlistexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(contactlistexample
URI contactlist
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"ContactDelegate.ui.qml"
diff --git a/examples/quickcontrols/eventcalendar/CMakeLists.txt b/examples/quickcontrols/eventcalendar/CMakeLists.txt
index dc2657eea8..92299b1870 100644
--- a/examples/quickcontrols/eventcalendar/CMakeLists.txt
+++ b/examples/quickcontrols/eventcalendar/CMakeLists.txt
@@ -35,7 +35,6 @@ target_link_libraries(eventcalendar PUBLIC
qt_add_qml_module(eventcalendar
URI App
- VERSION 1.0
QML_FILES
MonthGridDelegate.qml
eventcalendar.qml
diff --git a/examples/quickcontrols/flatstyle/CMakeLists.txt b/examples/quickcontrols/flatstyle/CMakeLists.txt
index b8de1b7adb..c505c03bca 100644
--- a/examples/quickcontrols/flatstyle/CMakeLists.txt
+++ b/examples/quickcontrols/flatstyle/CMakeLists.txt
@@ -20,7 +20,6 @@ qt_add_executable(flatstyleexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(flatstyleexample
URI flatstyle
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"MainForm.ui.qml"
diff --git a/examples/quickcontrols/gallery/CMakeLists.txt b/examples/quickcontrols/gallery/CMakeLists.txt
index 85d8189f9c..baa7d948f1 100644
--- a/examples/quickcontrols/gallery/CMakeLists.txt
+++ b/examples/quickcontrols/gallery/CMakeLists.txt
@@ -20,7 +20,6 @@ qt_add_executable(galleryexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(galleryexample
URI gallery
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"+Material/ToolBar.qml"
diff --git a/examples/quickcontrols/imagine/automotive/CMakeLists.txt b/examples/quickcontrols/imagine/automotive/CMakeLists.txt
index 6769057db7..94e79a10a8 100644
--- a/examples/quickcontrols/imagine/automotive/CMakeLists.txt
+++ b/examples/quickcontrols/imagine/automotive/CMakeLists.txt
@@ -20,7 +20,6 @@ qt_add_executable(automotiveexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(automotiveexample
URI automotive
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"qml/FeatureButton.qml"
diff --git a/examples/quickcontrols/imagine/musicplayer/CMakeLists.txt b/examples/quickcontrols/imagine/musicplayer/CMakeLists.txt
index 422319c1f5..cc3d5b27b0 100644
--- a/examples/quickcontrols/imagine/musicplayer/CMakeLists.txt
+++ b/examples/quickcontrols/imagine/musicplayer/CMakeLists.txt
@@ -20,7 +20,6 @@ qt_add_executable(musicplayerexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(musicplayerexample
URI musicplayer
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"musicplayer.qml"
diff --git a/examples/quickcontrols/ios/todolist/CMakeLists.txt b/examples/quickcontrols/ios/todolist/CMakeLists.txt
index 413ea6ad97..ea96d606c7 100644
--- a/examples/quickcontrols/ios/todolist/CMakeLists.txt
+++ b/examples/quickcontrols/ios/todolist/CMakeLists.txt
@@ -38,7 +38,6 @@ set_source_files_properties(Database.qml PROPERTIES
qt_add_qml_module(todolist
URI App
- VERSION 1.0
QML_FILES
AppSettings.qml
Database.qml
diff --git a/examples/quickcontrols/sidepanel/CMakeLists.txt b/examples/quickcontrols/sidepanel/CMakeLists.txt
index e8f01ad6dd..fa65ea1f11 100644
--- a/examples/quickcontrols/sidepanel/CMakeLists.txt
+++ b/examples/quickcontrols/sidepanel/CMakeLists.txt
@@ -20,7 +20,6 @@ qt_add_executable(sidepanelexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(sidepanelexample
URI sidepanel
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"sidepanel.qml"
diff --git a/examples/quickcontrols/swipetoremove/CMakeLists.txt b/examples/quickcontrols/swipetoremove/CMakeLists.txt
index ae445cbb7c..4500695355 100644
--- a/examples/quickcontrols/swipetoremove/CMakeLists.txt
+++ b/examples/quickcontrols/swipetoremove/CMakeLists.txt
@@ -26,7 +26,6 @@ target_link_libraries(swipetoremoveexample PUBLIC
# Resources:
qt_add_qml_module(swipetoremoveexample
URI swipetoremove
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"swipetoremove.qml"
diff --git a/examples/quickcontrols/texteditor/CMakeLists.txt b/examples/quickcontrols/texteditor/CMakeLists.txt
index 3c2a461b02..37c86142da 100644
--- a/examples/quickcontrols/texteditor/CMakeLists.txt
+++ b/examples/quickcontrols/texteditor/CMakeLists.txt
@@ -21,7 +21,6 @@ qt_add_executable(texteditorexample WIN32 MACOSX_BUNDLE
qt_add_qml_module(texteditorexample
URI texteditor
- VERSION 1.0
NO_RESOURCE_TARGET_PATH
QML_FILES
"qml/+touch/texteditor.qml"