From bf58a1cc043c72c6df97b4c00ce7f90c83237f69 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Thu, 19 Sep 2019 12:11:21 +0200 Subject: 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 --- examples/quick/customitems/dialcontrol/CMakeLists.txt | 2 +- examples/quick/customitems/maskedmousearea/CMakeLists.txt | 2 +- examples/quick/customitems/painteditem/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/quick/customitems') 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 -- cgit v1.2.3