Remove dependency on KStatusNotifierItem

We had two implementations of the system tray icon for no particularly good reason
This commit is contained in:
Tobias Fella
2026-02-20 14:21:16 +01:00
committed by Tobias Fella
parent 73e6a536db
commit b7688d4373
6 changed files with 3 additions and 73 deletions

View File

@@ -88,7 +88,7 @@ if(ANDROID)
)
else()
find_package(Qt6 ${QT_MIN_VERSION} COMPONENTS Widgets)
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS QQC2DesktopStyle KIO WindowSystem StatusNotifierItem)
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS QQC2DesktopStyle KIO WindowSystem)
find_package(KF6SyntaxHighlighting ${KF_MIN_VERSION} REQUIRED)
set_package_properties(KF6QQC2DesktopStyle PROPERTIES
TYPE RUNTIME