aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-09-19 12:11:21 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-09-20 08:38:06 +0000
commitbf58a1cc043c72c6df97b4c00ce7f90c83237f69 (patch)
treee2819b6a4ac59378d1a3d1ed60893180ca809447 /examples/qml/tutorials/extending-qml
parent5cd3d5ee584db5caacbfdd4d90e5b5c0306e77af (diff)
Update Examples with lowercase qt6_add_resources()
Re-run pro2cmake on all exampls. Change-Id: Iafd1092beff023b407a8f29c2a5b651f2e534b75 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/qml/tutorials/extending-qml')
-rw-r--r--examples/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt2
-rw-r--r--examples/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt2
-rw-r--r--examples/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt2
-rw-r--r--examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt2
-rw-r--r--examples/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt2
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt2
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt
index f015666898..de8a5d98b3 100644
--- a/examples/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter1-basics/CMakeLists.txt
@@ -32,7 +32,7 @@ set(chapter1-basics_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter1-basics "chapter1-basics"
+qt6_add_resources(chapter1-basics "chapter1-basics"
PREFIX
"/"
FILES
diff --git a/examples/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt
index 7b3a241db5..c3cd23ea6f 100644
--- a/examples/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter2-methods/CMakeLists.txt
@@ -32,7 +32,7 @@ set(chapter2-methods_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter2-methods "chapter2-methods"
+qt6_add_resources(chapter2-methods "chapter2-methods"
PREFIX
"/"
FILES
diff --git a/examples/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt
index 7321e4adbc..0b00081c93 100644
--- a/examples/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter3-bindings/CMakeLists.txt
@@ -32,7 +32,7 @@ set(chapter3-bindings_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter3-bindings "chapter3-bindings"
+qt6_add_resources(chapter3-bindings "chapter3-bindings"
PREFIX
"/"
FILES
diff --git a/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt
index 5aea87d6e1..cd7d2d679a 100644
--- a/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/CMakeLists.txt
@@ -33,7 +33,7 @@ set(chapter4-customPropertyTypes_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter4-customPropertyTypes "chapter4-customPropertyTypes"
+qt6_add_resources(chapter4-customPropertyTypes "chapter4-customPropertyTypes"
PREFIX
"/"
FILES
diff --git a/examples/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt
index 38b7f4b52c..22fbf5ec98 100644
--- a/examples/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter5-listproperties/CMakeLists.txt
@@ -33,7 +33,7 @@ set(chapter5-listproperties_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter5-listproperties "chapter5-listproperties"
+qt6_add_resources(chapter5-listproperties "chapter5-listproperties"
PREFIX
"/"
FILES
diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
index 33f79b03f5..eea602f6f8 100644
--- a/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/.prev_CMakeLists.txt
@@ -27,7 +27,7 @@ set(app_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter6-plugins "app"
+qt6_add_resources(chapter6-plugins "app"
PREFIX
"/"
FILES
diff --git a/examples/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt b/examples/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt
index 6a2b487009..b83e160c82 100644
--- a/examples/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt
+++ b/examples/qml/tutorials/extending-qml/chapter6-plugins/CMakeLists.txt
@@ -27,7 +27,7 @@ set(app_resource_files
"app.qml"
)
-QT6_ADD_RESOURCES(chapter6-plugins "app"
+qt6_add_resources(chapter6-plugins "app"
PREFIX
"/"
FILES