aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/pointerhandlers
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-07-07 16:35:47 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2022-07-11 17:23:24 +0200
commit77d0ec9f84555b5995c3db33f300a4235162f8cf (patch)
tree61b8556c4b1dcc8546c8af8568a8a7c49e48a08b /examples/quick/pointerhandlers
parent6b871adfa2f75bf039de390d2b379ddea3aa3eae (diff)
Fix the pointerhandlers example
Amends d270c51f812b5f0ffe6208b38c8ea0e898535e50 Change-Id: I616850c04facbcd7662c479d34b1a3f0a7220556 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/quick/pointerhandlers')
-rw-r--r--examples/quick/pointerhandlers/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/pointerhandlers/CMakeLists.txt b/examples/quick/pointerhandlers/CMakeLists.txt
index b64e99e01a..9d1944eefd 100644
--- a/examples/quick/pointerhandlers/CMakeLists.txt
+++ b/examples/quick/pointerhandlers/CMakeLists.txt
@@ -31,6 +31,7 @@ add_dependencies(pointerhandlersexample pointerhandlers_shared)
qt_add_qml_module(pointerhandlersexample
URI pointerhandlers
VERSION 1.0
+ AUTO_RESOURCE_PREFIX
QML_FILES
"components/Button.qml"
"components/CheckBox.qml"