diff --git a/kcms/hardware/joystick/CMakeLists.txt b/kcms/hardware/joystick/CMakeLists.txt index fe6e66069..8455a475d 100644 --- a/kcms/hardware/joystick/CMakeLists.txt +++ b/kcms/hardware/joystick/CMakeLists.txt @@ -1,33 +1,33 @@ # KI18N Translation Domain for this library -add_definitions(-DTRANSLATION_DOMAIN=\"joystick\") +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 KF5::KDELibs4Support ) install(TARGETS kcm_joystick DESTINATION ${KDE_INSTALL_PLUGINDIR} ) ########### install files ############### install( FILES joystick.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) # diff --git a/kcms/hardware/joystick/Messages.sh b/kcms/hardware/joystick/Messages.sh index 1d116ceb7..36eb48a01 100644 --- a/kcms/hardware/joystick/Messages.sh +++ b/kcms/hardware/joystick/Messages.sh @@ -1,2 +1,2 @@ #! /usr/bin/env bash -$XGETTEXT *.cpp -o $podir/joystick.pot +$XGETTEXT *.cpp -o $podir/kcm5_joystick.pot