Use list of breeze icons from Kirigami Addons

This commit is contained in:
Carl Schwan
2025-01-16 13:42:58 +01:00
committed by Tobias Fella
parent 2ca744c960
commit cee9c90f55
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ set_package_properties(KF6Kirigami PROPERTIES
TYPE REQUIRED
PURPOSE "Kirigami application UI framework"
)
find_package(KF6KirigamiAddons 0.7.2 REQUIRED)
find_package(KF6KirigamiAddons 1.6.0 REQUIRED)
if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT NEOCHAT_FLATPAK AND NOT NEOCHAT_APPIMAGE)
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Purpose)