ports/net-im/telegram-desktop/files/patch-cmake_external_qt_package.cmake
Sergey A. Osokin ed6ff40a4d net-im/telegram-desktop: update 5.6.1 -> 5.6.3
Removed the compilatation support for legacy 13.2, that helps do not
compile llvm16, so significantly reduce the build time.

Discussed with:	fluffy
2024-10-16 11:10:04 -04:00

11 lines
387 B
CMake

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