summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/pathstroke
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-12-08 15:59:33 +0100
committerKai Koehne <kai.koehne@qt.io>2021-12-13 14:16:25 +0000
commit28a9d116bba00fde5aaa214bb7c929efc66af971 (patch)
tree8887c2f3f899ee1c2cc3de1bfd54ab47475b000f /examples/widgets/painting/pathstroke
parent85c5ae2ab89c2671a7030a80ac0629a2eea1be89 (diff)
CMake: Prefer unversioned commands
Pick-to: 6.3 Change-Id: Ib32700ab82cf6b271c49e25d12fbad8c9c6bc1d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/widgets/painting/pathstroke')
-rw-r--r--examples/widgets/painting/pathstroke/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/painting/pathstroke/CMakeLists.txt b/examples/widgets/painting/pathstroke/CMakeLists.txt
index 1e8053ac86..8c84afcb6e 100644
--- a/examples/widgets/painting/pathstroke/CMakeLists.txt
+++ b/examples/widgets/painting/pathstroke/CMakeLists.txt
@@ -88,7 +88,7 @@ set(shared_resource_files
"../shared/images/title_stretch.png"
)
-qt6_add_resources(pathstroke "shared"
+qt_add_resources(pathstroke "shared"
PREFIX
"/res"
BASE
@@ -101,7 +101,7 @@ set(pathstroke_resource_files
"pathstroke.html"
)
-qt6_add_resources(pathstroke "pathstroke"
+qt_add_resources(pathstroke "pathstroke"
PREFIX
"/res/pathstroke"
FILES