[plasma/plasma-desktop] /: Remove warning (found by cmake --warn-uninitialized -Werror=dev ) (incorrect qt version)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 74cde566283328d600a067fe78322eee1839f163 by Laurent Montel.
Committed on 23/07/2026 at 05:21.
Pushed by mlaurent into branch 'master'.
Remove warning (found by cmake --warn-uninitialized -Werror=dev ) (incorrect qt version)
M +1 -1 CMakeLists.txt
https://invent.kde.org/plasma/plasma-desktop/-/commit/74cde566283328d600a067fe78322eee1839f163
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0acffe4745..00ce7454e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
Sql # kcms/activities
)
-find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+find_package(Qt6GuiPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
if(BUILD_KCM_TABLET)
find_package(Qt6WaylandClient ${QT_MIN_VERSION} CONFIG REQUIRED)