diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt index e8577ee8..4f790da9 100644 --- a/korganizer/CMakeLists.txt +++ b/korganizer/CMakeLists.txt @@ -1,2 +1,3 @@ +add_definitions(-DTRANSLATION_DOMAIN=\"korganizer_plugins\") add_subdirectory(plugins) add_subdirectory(emailaddressselectionldapdialog) diff --git a/korganizer/plugins/Messages.sh b/korganizer/Messages.sh similarity index 100% rename from korganizer/plugins/Messages.sh rename to korganizer/Messages.sh diff --git a/korganizer/plugins/CMakeLists.txt b/korganizer/plugins/CMakeLists.txt index 9c9a1cc3..5f569896 100644 --- a/korganizer/plugins/CMakeLists.txt +++ b/korganizer/plugins/CMakeLists.txt @@ -1,8 +1,7 @@ -add_definitions(-DTRANSLATION_DOMAIN=\"korganizer_plugins\") add_subdirectory(datenums) #Comment it it depends against kdelibs4support #add_subdirectory(hebrew) #Comment it is just too ugly --Allen #add_subdirectory(lunarphases) add_subdirectory(picoftheday) add_subdirectory(thisdayinhistory)