aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems
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/quick/customitems
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/quick/customitems')
-rw-r--r--examples/quick/customitems/dialcontrol/CMakeLists.txt2
-rw-r--r--examples/quick/customitems/maskedmousearea/CMakeLists.txt2
-rw-r--r--examples/quick/customitems/painteditem/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/customitems/dialcontrol/CMakeLists.txt b/examples/quick/customitems/dialcontrol/CMakeLists.txt
index b1a9d3c365..3c14b7c68b 100644
--- a/examples/quick/customitems/dialcontrol/CMakeLists.txt
+++ b/examples/quick/customitems/dialcontrol/CMakeLists.txt
@@ -38,7 +38,7 @@ set(dialcontrol_resource_files
"dialcontrol.qml"
)
-QT6_ADD_RESOURCES(dialcontrol "dialcontrol"
+qt6_add_resources(dialcontrol "dialcontrol"
PREFIX
"/"
FILES
diff --git a/examples/quick/customitems/maskedmousearea/CMakeLists.txt b/examples/quick/customitems/maskedmousearea/CMakeLists.txt
index ac8e5058f9..dfff154d33 100644
--- a/examples/quick/customitems/maskedmousearea/CMakeLists.txt
+++ b/examples/quick/customitems/maskedmousearea/CMakeLists.txt
@@ -35,7 +35,7 @@ set(maskedmousearea_resource_files
"maskedmousearea.qml"
)
-QT6_ADD_RESOURCES(maskedmousearea "maskedmousearea"
+qt6_add_resources(maskedmousearea "maskedmousearea"
PREFIX
"/customitems/maskedmousearea"
FILES
diff --git a/examples/quick/customitems/painteditem/CMakeLists.txt b/examples/quick/customitems/painteditem/CMakeLists.txt
index 48fb6bc3ea..accf857d20 100644
--- a/examples/quick/customitems/painteditem/CMakeLists.txt
+++ b/examples/quick/customitems/painteditem/CMakeLists.txt
@@ -40,7 +40,7 @@ set(painteditem_resource_files
"textballoons.qml"
)
-QT6_ADD_RESOURCES(qmltextballoonplugin "painteditem"
+qt6_add_resources(qmltextballoonplugin "painteditem"
PREFIX
"/painteditem"
FILES