hluk/CopyQ
src/notifications.cmake
:14
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Notifications)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Notifications)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS DocTools)
find_package(KF5 COMPONENTS Notifications IconThemes REQUIRED)
find_package(KF5 REQUIRED COMPONENTS KIO)
find_package(KF5 REQUIRED COMPONENTS
I18n
Config
GuiAddons
ConfigWidgets
WindowSystem)
find_package(KF5 ${REQUIRED_KF_VERSION} REQUIRED
COMPONENTS
ConfigWidgets
I18n
${ADDITIONAL_REQUIRED_KF_COMPONENTS}
)
find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS NotifyConfig)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Config
ConfigWidgets
CoreAddons
Crash
GlobalAccel
I18n
KIO
Service
Init
Notifications
Service
WidgetsAddons
WindowSystem
GuiAddons
)