kde-workspace/kcontrol/joystick/CMakeLists.txt
Ivailo Monev f1bf8ab528 kcontrol: remove display KCM
it is essentially container for other modules and all but the randr
module are not valid (not maintained as part of Katana)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-30 07:26:09 +03:00

29 lines
516 B
CMake

########### next target ###############
set(kcm_joystick_PART_SRCS
joystick.cpp
joywidget.cpp
poswidget.cpp
joydevice.cpp
caldialog.cpp
)
kde4_add_plugin(kcm_joystick ${kcm_joystick_PART_SRCS})
target_link_libraries(kcm_joystick
KDE4::kdeui
KDE4::kio
${QT_QTGUI_LIBRARY}
)
########### install files ###############
install(
TARGETS kcm_joystick
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES joystick.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)