Port to KStatusNotifierItem framework

This commit is contained in:
Nicolas Fella
2023-08-16 13:26:33 +02:00
parent 6f9fa76ab7
commit 6df60a39b0
3 changed files with 8 additions and 0 deletions

View File

@@ -93,6 +93,10 @@ set_package_properties(KF${QT_MAJOR_VERSION}Kirigami2 PROPERTIES
)
find_package(KF${QT_MAJOR_VERSION}KirigamiAddons 0.7.2 REQUIRED)
if(QT_MAJOR_VERSION STREQUAL "6")
find_package(KF6StatusNotifierItem ${KF_MIN_VERSION} REQUIRED)
endif()
if(ANDROID)
find_package(OpenSSL)
set_package_properties(OpenSSL PROPERTIES