aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml/chapter6-plugins
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/chapter6-plugins
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/chapter6-plugins')
-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
2 files changed, 2 insertions, 2 deletions
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