summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-01-24 16:20:03 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-01-27 08:57:14 +0100
commit684c658f5a60219f710bd8f14d4264249c2be2e2 (patch)
treea3d214de9a07f38027f6dadca82c93ad370ea461 /examples
parent03a6d905c110bbc71cc4c90ab8027b174ce9bddc (diff)
Suppress the QTP0001 policy warning
Pick-to: 6.5 Change-Id: I9b85ac5054601f5207cbb525ce7c92c67e54ab06 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/sensors/grue/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sensors/grue/CMakeLists.txt b/examples/sensors/grue/CMakeLists.txt
index acc5da45..16f9f4d5 100644
--- a/examples/sensors/grue/CMakeLists.txt
+++ b/examples/sensors/grue/CMakeLists.txt
@@ -35,6 +35,7 @@ qt6_add_qml_module(grue_app
grue.qml
RESOURCES
grue.png
+ RESOURCE_PREFIX /
)
add_subdirectory(plugin)