mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-22 15:15:53 +00:00
15 lines
507 B
CMake
15 lines
507 B
CMake
|
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_containmentactions_switchwindow\")
|
||
|
|
||
|
set(switchwindow_SRCS
|
||
|
switch.cpp
|
||
|
)
|
||
|
ki18n_wrap_ui(switchwindow_SRCS config.ui)
|
||
|
|
||
|
kcoreaddons_add_plugin(plasma_containmentactions_switchwindow SOURCES ${switchwindow_SRCS} INSTALL_NAMESPACE "plasma/containmentactions")
|
||
|
|
||
|
target_link_libraries(plasma_containmentactions_switchwindow
|
||
|
Qt::Widgets
|
||
|
KF5::Plasma
|
||
|
KF5::I18n
|
||
|
PW::LibTaskManager)
|