blob: 3117c432c5442279cfdf55e6a439e1a1a44c9e0f (
plain)
1
2
3
4
5
6
7
8
9
|
https://bugs.gentoo.org/931596
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,3 +29,5 @@
+if (NOT DEFINED QT_VERSION_MAJOR)
find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
+endif()
|