[plasma/kwin] /: Use correct cmake variable QT_MIN_VERSION

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 9f92722575ae9e6806f4b3f4a476367447fbbfca by Laurent Montel.
Committed on 22/07/2026 at 06:20.
Pushed by mlaurent into branch 'master'.

Use correct cmake variable QT_MIN_VERSION

M  +2    -2    CMakeLists.txt

https://invent.kde.org/plasma/kwin/-/commit/9f92722575ae9e6806f4b3f4a476367447fbbfca

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3df292bc10e..8788c3f14e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,7 +67,7 @@ find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
     Svg
 )
 
-find_package(Qt6GuiPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+find_package(Qt6GuiPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
 
 find_package(Qt6Test ${QT_MIN_VERSION} CONFIG QUIET)
 set_package_properties(Qt6Test PROPERTIES
@@ -82,7 +82,7 @@ endif()
 if (BUILD_TESTING)
     find_package(KPipeWire)
 
-    find_package(Qt6WaylandClientPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
+    find_package(Qt6WaylandClientPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
 endif()
 
 # required frameworks by Core
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.