summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-01-24 16:20:03 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-27 08:23:58 +0000
commit807e45d7e55b86001ca9ceb8e7553ebf1fcc96f6 (patch)
tree3f08aec58c9baa565a569bc1489096b1a00324ab
parent6ded9284934651b321a0e96688c3d944df5c960b (diff)
downloadqtsensors-807e45d7e55b86001ca9ceb8e7553ebf1fcc96f6.tar.gz
Suppress the QTP0001 policy warning
Change-Id: I9b85ac5054601f5207cbb525ce7c92c67e54ab06 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 684c658f5a60219f710bd8f14d4264249c2be2e2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 acc5da4..16f9f4d 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)