mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 20:55:20 +03:00
13 lines
556 B
Diff
13 lines
556 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 7877734..d48606f 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -37,7 +37,7 @@ if(WIN32)
|
|
add_compile_options(-fpermissive)
|
|
endif()
|
|
|
|
-find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets LinguistTools REQUIRED)
|
|
+find_package(QT NAMES Qt6 COMPONENTS Widgets LinguistTools REQUIRED)
|
|
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Network Xml Concurrent Widgets UiTools REQUIRED)
|
|
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS PrintSupport Svg Qml REQUIRED)
|
|
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
|