From 4b1c8dcc59b3013e0d0b9a7b7d29bfef6a20cbd3 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Fri, 13 May 2022 17:30:45 +0200 Subject: [PATCH] Use version-less macro for Qt6 --- components/mobileshell/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/CMakeLists.txt b/components/mobileshell/CMakeLists.txt index 80565459..577bea2d 100644 --- a/components/mobileshell/CMakeLists.txt +++ b/components/mobileshell/CMakeLists.txt @@ -27,7 +27,7 @@ if (QT_MAJOR_VERSION STREQUAL "5") qt5_add_resources(RESOURCES resources.qrc) endif() else() - qt5_add_resources(RESOURCES resources.qrc) + qt_add_resources(RESOURCES resources.qrc) endif() add_library(mobileshellplugin SHARED ${mobileshellplugin_SRCS} ${RESOURCES})