QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
661 B

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