3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/plasma/runners/kwin/CMakeLists.txt
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

9 lines
329 B
CMake

add_definitions(-DTRANSLATION_DOMAIN="plasma_runner_kwin")
kcoreaddons_add_plugin(krunner_kwin SOURCES kwin-runner.cpp INSTALL_NAMESPACE "kf5/krunner")
target_link_libraries(krunner_kwin
Qt::DBus
KF5::KIOCore
KF5::I18n
KF5::Runner)