From 79a0ef031c2ef4e66bd439ba31e9f9323c16028e Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Mar 2024 18:32:10 +0100 Subject: [PATCH] Improve specifying dependencies for Qt Quick GUI * Remove QuickControls2 as the CMake module from qtutilities take care of it * Replace Kirigami2 with Kirigami because the former is deprecated --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4f48bd..6c88567 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,8 +162,7 @@ endif () # add further Qt/KF modules required by Qt Quick GUI if (QUICK_GUI) - list(APPEND ADDITIONAL_QT_MODULES QuickControls2) - list(APPEND ADDITIONAL_KF_MODULES Kirigami2) + list(APPEND ADDITIONAL_KF_MODULES Kirigami) endif () # add Qt-version-specific QML files