3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/plasma/kcms/joystick/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

33 lines
661 B
CMake

# 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} )
#