3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-21 22:55:53 +00:00
Brooklyn/plasma/kcms/joystick/CMakeLists.txt

33 lines
661 B
CMake
Raw Normal View History

# KI18N Translation Domain for this library
add_definitions(-DTRANSLATION_DOMAIN=\"kcm5_joystick\")
########### next target ###############
set(kcm_joystick_PART_SRCS
joystick.cpp
joywidget.cpp
poswidget.cpp
joydevice.cpp
caldialog.cpp )
add_library(kcm_joystick MODULE ${kcm_joystick_PART_SRCS})
target_link_libraries(kcm_joystick
KF5::Completion
KF5::KCMUtils
KF5::I18n
KF5::KIOWidgets
)
install(TARGETS kcm_joystick DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma/kcms/systemsettings_qwidgets )
########### install files ###############
install( FILES kcm_joystick.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
#