Fix translation domain to match the generated pot file

In Messages.sh the name was kdeconnect-kded.pot.
This commit is contained in:
Lasse Liehu 2015-04-04 20:10:19 +03:00
parent 8e729f3ab2
commit f9d1584dd8

View file

@ -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)