You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
387 B
11 lines
387 B
--- cmake/external/qt/package.cmake.orig 2024-10-11 07:45:28 UTC
|
|
+++ cmake/external/qt/package.cmake
|
|
@@ -66,6 +66,8 @@ if (QT_VERSION_MAJOR GREATER_EQUAL 6)
|
|
|
|
if (QT_VERSION_MAJOR GREATER_EQUAL 6)
|
|
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS OpenGL OpenGLWidgets REQUIRED)
|
|
+else()
|
|
+ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS ServiceSupport REQUIRED)
|
|
endif()
|
|
|
|
if (LINUX)
|
|
|