summaryrefslogtreecommitdiffstats
path: root/examples/pdfwidgets/pdfviewer
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-10-27 11:17:14 +0200
committerMichal Klocek <michal.klocek@qt.io>2021-10-28 09:42:43 +0000
commit32924ec6b27d3da0ffbeec93e1b8c19ff9c49387 (patch)
tree270333465c40c851c335ff5531288cf85a79796d /examples/pdfwidgets/pdfviewer
parentf2dc94aca3ca8417e73bf914fe3fd3b59eefc19f (diff)
Minor. Cleanup qt6_add_resources usage
We should not use qt6 prefixed functions in examples. Pick-to: 6.2 Change-Id: Ibf2618ef4f64b560decb219527d619aad680f216 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/pdfwidgets/pdfviewer')
-rw-r--r--examples/pdfwidgets/pdfviewer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdfwidgets/pdfviewer/CMakeLists.txt b/examples/pdfwidgets/pdfviewer/CMakeLists.txt
index a530b3212..692c33371 100644
--- a/examples/pdfwidgets/pdfviewer/CMakeLists.txt
+++ b/examples/pdfwidgets/pdfviewer/CMakeLists.txt
@@ -49,7 +49,7 @@ set(resources_resource_files
"images/zoom-out-32.png"
)
-qt6_add_resources(pdfviewerwidgets "resources"
+qt_add_resources(pdfviewerwidgets "resources"
PREFIX
"/icons"
FILES