Skip to content

Commit

Permalink
Bump KDE Frameworks minimum version to 6.3, require Kirigami Add-ons
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jun 29, 2024
1 parent 99785e5 commit d754dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

set(QT_MIN_VERSION 6.6)
set(KF_MIN_VERSION 6.0)
set(KF_MIN_VERSION 6.3)

find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
list(APPEND CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
Expand Down Expand Up @@ -48,6 +48,7 @@ if (BUILD_WEBVIEW)
find_package(Qt6WebView ${QT_MIN_VERSION} REQUIRED)
endif ()
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami I18n Config CoreAddons Archive)
find_package(KF6KirigamiAddons 1.2.1 REQUIRED)
find_package(QCoro6 REQUIRED COMPONENTS Core Network Qml)
qcoro_enable_coroutines()

Expand Down

0 comments on commit d754dd3

Please sign in to comment.