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
This commit is contained in:
Martchus 2024-03-25 18:32:10 +01:00
parent cb6fe128c4
commit 79a0ef031c
1 changed files with 1 additions and 2 deletions

View File

@ -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