From 32924ec6b27d3da0ffbeec93e1b8c19ff9c49387 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 27 Oct 2021 11:17:14 +0200 Subject: 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 --- examples/webenginequick/customdialogs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/webenginequick/customdialogs/CMakeLists.txt') diff --git a/examples/webenginequick/customdialogs/CMakeLists.txt b/examples/webenginequick/customdialogs/CMakeLists.txt index 3e4e457fa..47d773c48 100644 --- a/examples/webenginequick/customdialogs/CMakeLists.txt +++ b/examples/webenginequick/customdialogs/CMakeLists.txt @@ -56,7 +56,7 @@ set(customdialogs_resource_files "style.css" ) -qt6_add_resources(customdialogs "customdialogs" +qt_add_resources(customdialogs "customdialogs" PREFIX "/" FILES -- cgit v1.2.3