Fix translation domain to match the generated pot file
In Messages.sh the name was kdeconnect-kded.pot.
This commit is contained in:
parent
8e729f3ab2
commit
f9d1584dd8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project(kdeconnectd)
|
|||
|
||||
find_package(KF5 REQUIRED COMPONENTS Notifications)
|
||||
|
||||
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-daemon")
|
||||
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kded")
|
||||
|
||||
add_executable(kdeconnectd kdeconnectd.cpp)
|
||||
target_link_libraries(kdeconnectd kdeconnectcore KF5::DBusAddons KF5::Notifications KF5::I18n Qt5::Widgets)
|
||||
|
|
Loading…
Reference in a new issue