[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim/frameworks] /: Fix i18n
From:       Montel Laurent <montel () kde ! org>
Date:       2014-05-31 12:43:58
Message-ID: E1Wqidi-0005Hi-2n () scm ! kde ! org
[Download RAW message or body]

Git commit 910e3c521f818cb7d98f834121ed5effb57851d1 by Montel Laurent.
Committed on 31/05/2014 at 12:43.
Pushed by mlaurent into branch 'frameworks'.

Fix i18n

M  +1    -1    agents/archivemailagent/CMakeLists.txt
M  +1    -1    agents/mailfilteragent/CMakeLists.txt
M  +2    -2    agents/sendlateragent/CMakeLists.txt
M  +1    -1    akonadiconsole/CMakeLists.txt
M  +5    -5    akregator/configuration/CMakeLists.txt
M  +3    -3    akregator/plugins/onlinesync/CMakeLists.txt
M  +1    -1    akregator/plugins/sharemicroblog/CMakeLists.txt
M  +1    -1    akregator/src/CMakeLists.txt
M  +1    -1    blogilo/src/CMakeLists.txt
M  +1    -1    calendarsupport/CMakeLists.txt
M  +1    -1    calendarviews/CMakeLists.txt
M  +1    -1    composereditor-ng/CMakeLists.txt
M  +1    -1    examples/mailreader/CMakeLists.txt
M  +1    -1    grantleeeditor/grantleethemeeditor/CMakeLists.txt
M  +1    -1    importwizard/CMakeLists.txt
M  +2    -2    incidenceeditor-ng/CMakeLists.txt
M  +1    -1    kaddressbook/CMakeLists.txt
M  +1    -1    kalarm/CMakeLists.txt
M  +1    -1    kjots/CMakeLists.txt
M  +2    -2    kleopatra/CMakeLists.txt
M  +2    -2    kleopatra/conf/CMakeLists.txt
M  +1    -1    kleopatra/kgpgconf/CMakeLists.txt
M  +1    -1    kmail/CMakeLists.txt
M  +1    -1    kmail/kcm_kpimidentities/CMakeLists.txt
M  +1    -1    kmailcvt/CMakeLists.txt
M  +2    -2    kontact/plugins/korganizer/CMakeLists.txt
M  +1    -1    kontact/plugins/specialdates/CMakeLists.txt
M  +1    -1    korganizer/CMakeLists.txt
M  +1    -1    ktnef/CMakeLists.txt
M  +1    -1    libkleo/CMakeLists.txt
M  +1    -1    mailcommon/CMakeLists.txt
M  +1    -1    mailimporter/CMakeLists.txt
M  +1    -1    mboximporter/CMakeLists.txt
M  +1    -1    messagecomposer/CMakeLists.txt
M  +1    -1    messagecore/CMakeLists.txt
M  +1    -1    messageviewer/CMakeLists.txt
M  +1    -1    mobile/calendar/CMakeLists.txt
M  +2    -2    mobile/contacts/CMakeLists.txt
M  +1    -1    mobile/lib/calendar/CMakeLists.txt
M  +1    -1    mobile/mail/CMakeLists.txt
M  +1    -1    mobile/notes/CMakeLists.txt
M  +1    -1    mobile/tasks/CMakeLists.txt
M  +1    -1    pimcommon/CMakeLists.txt
M  +1    -1    plugins/messageviewer/bodypartformatter/CMakeLists.txt
M  +1    -1    sieveeditor/CMakeLists.txt
M  +1    -1    templateparser/CMakeLists.txt

http://commits.kde.org/kdepim/910e3c521f818cb7d98f834121ed5effb57851d1

diff --git a/agents/archivemailagent/CMakeLists.txt \
b/agents/archivemailagent/CMakeLists.txt index 8652b9b..0e86be5 100644
--- a/agents/archivemailagent/CMakeLists.txt
+++ b/agents/archivemailagent/CMakeLists.txt
@@ -28,7 +28,7 @@ qt5_add_dbus_adaptor(archivemailagent_SRCS \
org.freedesktop.Akonadi.ArchiveMailAg  
 kde_enable_exceptions()
 
-qt5_wrap_ui(archivemailagent_SRCS ui/archivemailwidget.ui )
+ki18n_wrap_ui(archivemailagent_SRCS ui/archivemailwidget.ui )
 
 add_executable(akonadi_archivemail_agent ${archivemailagent_SRCS})
 
diff --git a/agents/mailfilteragent/CMakeLists.txt \
b/agents/mailfilteragent/CMakeLists.txt index 7e24452..e380880 100644
--- a/agents/mailfilteragent/CMakeLists.txt
+++ b/agents/mailfilteragent/CMakeLists.txt
@@ -22,7 +22,7 @@ set(akonadi_mailfilter_agent_SRCS
 qt5_add_dbus_adaptor(akonadi_mailfilter_agent_SRCS \
org.freedesktop.Akonadi.MailFilterAgent.xml mailfilteragent.h MailFilterAgent)  
 #kconfig_add_kcfg_files(akonadi_mailfilter_agent_SRCS settings.kcfgc)
-#qt5_wrap_ui(akonadi_mailfilter_agent_SRCS configdialog.ui)
+#ki18n_wrap_ui(akonadi_mailfilter_agent_SRCS configdialog.ui)
 
 add_executable(akonadi_mailfilter_agent ${akonadi_mailfilter_agent_SRCS})
 
diff --git a/agents/sendlateragent/CMakeLists.txt \
b/agents/sendlateragent/CMakeLists.txt index 841eb06..7acd46a 100644
--- a/agents/sendlateragent/CMakeLists.txt
+++ b/agents/sendlateragent/CMakeLists.txt
@@ -22,7 +22,7 @@ kconfig_add_kcfg_files(sendlaterlib_SRCS
     settings/sendlateragentsettings.kcfgc 
   )
 
-qt5_wrap_ui(sendlaterlib_SRCS ui/sendlaterwidget.ui)
+ki18n_wrap_ui(sendlaterlib_SRCS ui/sendlaterwidget.ui)
 
 
 add_library( sendlater ${LIBRARY_TYPE} ${sendlaterlib_SRCS} )
@@ -43,7 +43,7 @@ set(sendlateragent_SRCS
 
 qt5_add_dbus_adaptor(sendlateragent_SRCS org.freedesktop.Akonadi.SendLaterAgent.xml \
sendlateragent.h SendLaterAgent)  
-qt5_wrap_ui(sendlateragent_SRCS ui/sendlaterconfigurewidget.ui)
+ki18n_wrap_ui(sendlateragent_SRCS ui/sendlaterconfigurewidget.ui)
 
 add_executable(akonadi_sendlater_agent ${sendlateragent_SRCS})
 
diff --git a/akonadiconsole/CMakeLists.txt b/akonadiconsole/CMakeLists.txt
index 8bf88c8..36bdb5a 100644
--- a/akonadiconsole/CMakeLists.txt
+++ b/akonadiconsole/CMakeLists.txt
@@ -77,7 +77,7 @@ qt5_add_dbus_interface(akonadiconsole_bin_SRCS
   storagedebuggerinterface
 )
 
-qt5_wrap_ui(akonadiconsole_bin_SRCS
+ki18n_wrap_ui(akonadiconsole_bin_SRCS
   agentwidget.ui
   agentconfigdialog.ui
   browserwidget_itemview.ui
diff --git a/akregator/configuration/CMakeLists.txt \
b/akregator/configuration/CMakeLists.txt index 33ff813..6dcad63 100644
--- a/akregator/configuration/CMakeLists.txt
+++ b/akregator/configuration/CMakeLists.txt
@@ -8,7 +8,7 @@ include_directories(
 
 set(kcm_akrgeneralconfig_SRCS akregator_config_general.cpp)
 
-qt5_wrap_ui(kcm_akrgeneralconfig_SRCS settings_general.ui)
+ki18n_wrap_ui(kcm_akrgeneralconfig_SRCS settings_general.ui)
 add_library(akregator_config_general MODULE ${kcm_akrgeneralconfig_SRCS})
 
 target_link_libraries(akregator_config_general
@@ -23,7 +23,7 @@ install(TARGETS akregator_config_general DESTINATION \
${PLUGIN_INSTALL_DIR})  
 set(kcm_akrappearanceconfig_SRCS akregator_config_appearance.cpp)
 
-qt5_wrap_ui(kcm_akrappearanceconfig_SRCS settings_appearance.ui)
+ki18n_wrap_ui(kcm_akrappearanceconfig_SRCS settings_appearance.ui)
 add_library(akregator_config_appearance MODULE ${kcm_akrappearanceconfig_SRCS})
 
 target_link_libraries(akregator_config_appearance
@@ -38,7 +38,7 @@ install(TARGETS akregator_config_appearance DESTINATION \
${PLUGIN_INSTALL_DIR})  
 set(kcm_akrarchiveconfig_SRCS akregator_config_archive.cpp)
 
-qt5_wrap_ui(kcm_akrarchiveconfig_SRCS settings_archive.ui)
+ki18n_wrap_ui(kcm_akrarchiveconfig_SRCS settings_archive.ui)
 add_library(akregator_config_archive MODULE ${kcm_akrarchiveconfig_SRCS})
 
 target_link_libraries(akregator_config_archive
@@ -53,7 +53,7 @@ install(TARGETS akregator_config_archive DESTINATION \
${PLUGIN_INSTALL_DIR})  
 set(kcm_akrbrowserconfig_SRCS akregator_config_browser.cpp)
 
-qt5_wrap_ui(kcm_akrbrowserconfig_SRCS settings_browser.ui)
+ki18n_wrap_ui(kcm_akrbrowserconfig_SRCS settings_browser.ui)
 add_library(akregator_config_browser MODULE ${kcm_akrbrowserconfig_SRCS})
 
 target_link_libraries(akregator_config_browser
@@ -71,7 +71,7 @@ set(kcm_akradvancedconfig_SRCS
   settings_advanced.cpp
 )
 
-qt5_wrap_ui(kcm_akradvancedconfig_SRCS settings_advancedbase.ui)
+ki18n_wrap_ui(kcm_akradvancedconfig_SRCS settings_advancedbase.ui)
 add_library(akregator_config_advanced MODULE ${kcm_akradvancedconfig_SRCS})
 
 target_link_libraries(akregator_config_advanced
diff --git a/akregator/plugins/onlinesync/CMakeLists.txt \
b/akregator/plugins/onlinesync/CMakeLists.txt index 9280078..f99febf 100644
--- a/akregator/plugins/onlinesync/CMakeLists.txt
+++ b/akregator/plugins/onlinesync/CMakeLists.txt
@@ -20,8 +20,8 @@ set(kcm_akronlinesyncconfig_SRCS
 
 kconfig_add_kcfg_files(kcm_akronlinesyncconfig_SRCS onlinesyncsettings.kcfgc)
 
-qt5_wrap_ui(kcm_akronlinesyncconfig_SRCS ui/configurationwidget.ui)
-qt5_wrap_ui(kcm_akronlinesyncconfig_SRCS ui/configurationdialogadd.ui)
+ki18n_wrap_ui(kcm_akronlinesyncconfig_SRCS ui/configurationwidget.ui)
+ki18n_wrap_ui(kcm_akronlinesyncconfig_SRCS ui/configurationdialogadd.ui)
 
 add_library(akregator_config_onlinesync MODULE ${kcm_akronlinesyncconfig_SRCS})
 
@@ -48,7 +48,7 @@ set(akregator_onlinesync_plugin_SRCS
   onlinesyncplugin.cpp
 )
 
-qt5_wrap_ui(akregator_onlinesync_plugin_SRCS
+ki18n_wrap_ui(akregator_onlinesync_plugin_SRCS
   ui/configurationwidget.ui
   ui/configurationdialogadd.ui
 )
diff --git a/akregator/plugins/sharemicroblog/CMakeLists.txt \
b/akregator/plugins/sharemicroblog/CMakeLists.txt index d223420..0d84cc9 100644
--- a/akregator/plugins/sharemicroblog/CMakeLists.txt
+++ b/akregator/plugins/sharemicroblog/CMakeLists.txt
@@ -30,7 +30,7 @@ set(kcm_akrshareconfig_SRCS
 )
 
 kconfig_add_kcfg_files(kcm_akrshareconfig_SRCS sharesettings.kcfgc)
-qt5_wrap_ui(kcm_akrshareconfig_SRCS configurationwidget.ui)
+ki18n_wrap_ui(kcm_akrshareconfig_SRCS configurationwidget.ui)
 add_library(akregator_config_sharemicroblog MODULE ${kcm_akrshareconfig_SRCS})
 
 target_link_libraries(akregator_config_sharemicroblog
diff --git a/akregator/src/CMakeLists.txt b/akregator/src/CMakeLists.txt
index c9be0b9..e01f432 100644
--- a/akregator/src/CMakeLists.txt
+++ b/akregator/src/CMakeLists.txt
@@ -117,7 +117,7 @@ set(akregatorpart_PART_SRCS
 #qt5_add_dbus_interfaces(akregatorpart_PART_SRCS \
${KDE4_DBUS_INTERFACES_DIR}/org.kde.KSpeech.xml)  \
qt5_add_dbus_adaptor(akregatorpart_PART_SRCS org.kde.akregator.part.xml \
akregator_part.h Akregator::Part)  
-qt5_wrap_ui(akregatorpart_PART_SRCS
+ki18n_wrap_ui(akregatorpart_PART_SRCS
   addfeedwidgetbase.ui
   feedpropertieswidgetbase.ui
 )
diff --git a/blogilo/src/CMakeLists.txt b/blogilo/src/CMakeLists.txt
index 2413aa2..eb09ee8 100644
--- a/blogilo/src/CMakeLists.txt
+++ b/blogilo/src/CMakeLists.txt
@@ -37,7 +37,7 @@ set(blogilo_SRCS
 )
 
 
-qt5_wrap_ui(
+ki18n_wrap_ui(
    blogilo_SRCS
   ui/toolboxbase.ui
   ui/addeditblogbase.ui
diff --git a/calendarsupport/CMakeLists.txt b/calendarsupport/CMakeLists.txt
index f1cd15b..1e3f803 100644
--- a/calendarsupport/CMakeLists.txt
+++ b/calendarsupport/CMakeLists.txt
@@ -44,7 +44,7 @@ set(calendarsupport_LIB_SRCS
   next/incidenceviewer.cpp
 )
 
-qt5_wrap_ui(calendarsupport_LIB_SRCS
+ki18n_wrap_ui(calendarsupport_LIB_SRCS
   printing/calprintdayconfig_base.ui
   printing/calprintincidenceconfig_base.ui
   printing/calprintjournalconfig_base.ui
diff --git a/calendarviews/CMakeLists.txt b/calendarviews/CMakeLists.txt
index 8a6c22b..0bb3dbc 100644
--- a/calendarviews/CMakeLists.txt
+++ b/calendarviews/CMakeLists.txt
@@ -88,7 +88,7 @@ set(eventviews_LIB_SRCS
 
 kconfig_add_kcfg_files(eventviews_LIB_SRCS prefs_base.kcfgc)
 
-qt5_wrap_ui(eventviews_LIB_SRCS
+ki18n_wrap_ui(eventviews_LIB_SRCS
   agenda/timescaleedit_base.ui
 )
 
diff --git a/composereditor-ng/CMakeLists.txt b/composereditor-ng/CMakeLists.txt
index 7d5ed84..04ca718 100644
--- a/composereditor-ng/CMakeLists.txt
+++ b/composereditor-ng/CMakeLists.txt
@@ -52,7 +52,7 @@ kconfig_add_kcfg_files(libcomposereditor_ng_SRCS
 )
 
 
-qt5_wrap_ui(libcomposereditor_ng_SRCS ui/pagecolorbackgroundwidget.ui )
+ki18n_wrap_ui(libcomposereditor_ng_SRCS ui/pagecolorbackgroundwidget.ui )
 
 
 add_library(composereditorng ${LIBRARY_TYPE} ${libcomposereditor_ng_SRCS})
diff --git a/examples/mailreader/CMakeLists.txt b/examples/mailreader/CMakeLists.txt
index 30d0c9c..ba7f399 100644
--- a/examples/mailreader/CMakeLists.txt
+++ b/examples/mailreader/CMakeLists.txt
@@ -12,7 +12,7 @@ include_directories(
   ${Boost_INCLUDE_DIRS}
 )
 
-qt5_wrap_ui(mailreader_SRCS mailreaderview.ui prefs_base.ui prefs_messagelist.ui)
+ki18n_wrap_ui(mailreader_SRCS mailreaderview.ui prefs_base.ui prefs_messagelist.ui)
 
 kconfig_add_kcfg_files(mailreader_SRCS settings.kcfgc)
 
diff --git a/grantleeeditor/grantleethemeeditor/CMakeLists.txt \
b/grantleeeditor/grantleethemeeditor/CMakeLists.txt index 9ffeed7..6629e60 100644
--- a/grantleeeditor/grantleethemeeditor/CMakeLists.txt
+++ b/grantleeeditor/grantleethemeeditor/CMakeLists.txt
@@ -27,7 +27,7 @@ kconfig_add_kcfg_files(libgrantleethemeeditor_SRCS
   settings/globalsettings_base.kcfgc
 )
 
-qt5_wrap_ui(libgrantleethemeeditor_SRCS
+ki18n_wrap_ui(libgrantleethemeeditor_SRCS
     ui/configurewidget.ui
 )
 
diff --git a/importwizard/CMakeLists.txt b/importwizard/CMakeLists.txt
index 8eaa20e..ddeaf9f 100644
--- a/importwizard/CMakeLists.txt
+++ b/importwizard/CMakeLists.txt
@@ -68,7 +68,7 @@ include_directories(${CMAKE_SOURCE_DIR}/mailimporter
 
 kde_enable_exceptions()
 
-qt5_wrap_ui(importwizard_SRCS 
+ki18n_wrap_ui(importwizard_SRCS 
                   ui/selectprogrampage.ui
                   ui/importaddressbookpage.ui
                   ui/importfilterpage.ui
diff --git a/incidenceeditor-ng/CMakeLists.txt b/incidenceeditor-ng/CMakeLists.txt
index 010032a..676eb57 100644
--- a/incidenceeditor-ng/CMakeLists.txt
+++ b/incidenceeditor-ng/CMakeLists.txt
@@ -76,7 +76,7 @@ set(incidenceeditors_ng_desktop_LIB_SRCS
   visualfreebusywidget.cpp
 )
 
-qt5_wrap_ui(incidenceeditors_ng_desktop_LIB_SRCS
+ki18n_wrap_ui(incidenceeditors_ng_desktop_LIB_SRCS
   categoryeditdialog_base.ui
   categoryselectdialog_base.ui
   categorydialog_base.ui
@@ -114,7 +114,7 @@ install(TARGETS incidenceeditorsng \
${INSTALL_TARGETS_DEFAULT_ARGS})  ${incidenceeditors_ng_shared_LIB_SRCS}
   )
 
-  qt5_wrap_ui(incidenceeditors_ng_mobile_LIB_SRCS
+  ki18n_wrap_ui(incidenceeditors_ng_mobile_LIB_SRCS
     categoryeditdialog_base.ui
     categoryselectdialog_base.ui
     categorydialog_base.ui
diff --git a/kaddressbook/CMakeLists.txt b/kaddressbook/CMakeLists.txt
index 288b07f..dcfc5b0 100644
--- a/kaddressbook/CMakeLists.txt
+++ b/kaddressbook/CMakeLists.txt
@@ -51,7 +51,7 @@ set(kaddressbook_printing_SRCS
   printing/stylepage.cpp
 )
 
-qt5_wrap_ui(kaddressbook_printing_SRCS
+ki18n_wrap_ui(kaddressbook_printing_SRCS
   printing/ringbinder/rbs_appearance.ui
   printing/detailled/ds_appearance.ui
   printing/compact/compactstyle.ui
diff --git a/kalarm/CMakeLists.txt b/kalarm/CMakeLists.txt
index b86a859..177a24b 100644
--- a/kalarm/CMakeLists.txt
+++ b/kalarm/CMakeLists.txt
@@ -111,7 +111,7 @@ set(kalarm_bin_SRCS ${kalarm_bin_SRCS}
     eventid.cpp
    )
 
-qt5_wrap_ui(kalarm_bin_SRCS
+ki18n_wrap_ui(kalarm_bin_SRCS
     wakedlg.ui
 )
 
diff --git a/kjots/CMakeLists.txt b/kjots/CMakeLists.txt
index 36c34ba..788e425 100644
--- a/kjots/CMakeLists.txt
+++ b/kjots/CMakeLists.txt
@@ -26,7 +26,7 @@ set(kjots_config_SRCS kjotsconfigdlg.cpp)
 
 kconfig_add_kcfg_files(kjots_config_SRCS KJotsSettings.kcfgc )
 
-qt5_wrap_ui(kjots_config_SRCS confpagemisc.ui)
+ki18n_wrap_ui(kjots_config_SRCS confpagemisc.ui)
 
 
 set (kjots_common_SRCS
diff --git a/kleopatra/CMakeLists.txt b/kleopatra/CMakeLists.txt
index 2a7586e..b141bc3 100644
--- a/kleopatra/CMakeLists.txt
+++ b/kleopatra/CMakeLists.txt
@@ -124,7 +124,7 @@ else()
   set(_kleopatra_uiserver_SRCS)
 endif()
 
-qt5_wrap_ui(_kleopatra_uiserver_SRCS \
crypto/gui/signingcertificateselectionwidget.ui) \
+ki18n_wrap_ui(_kleopatra_uiserver_SRCS \
crypto/gui/signingcertificateselectionwidget.ui)  
 set(_kleopatra_SRCS
   utils/gnupg-helper.cpp
@@ -290,7 +290,7 @@ if(KLEO_MODEL_TEST)
   set(_kleopatra_SRCS ${_kleopatra_SRCS} models/modeltest.cpp)
 endif()
 
-qt5_wrap_ui(_kleopatra_SRCS
+ki18n_wrap_ui(_kleopatra_SRCS
   dialogs/certificationoptionswidget.ui
   dialogs/expirydialog.ui
   dialogs/lookupcertificatesdialog.ui
diff --git a/kleopatra/conf/CMakeLists.txt b/kleopatra/conf/CMakeLists.txt
index 0357fc3..8e4d5c8 100644
--- a/kleopatra/conf/CMakeLists.txt
+++ b/kleopatra/conf/CMakeLists.txt
@@ -16,7 +16,7 @@ if(BUILD_libkleopatraclient)
     cryptooperationsconfigpage.cpp
   )
 
-  qt5_wrap_ui(_kcm_kleopatra_libkleopatraclient_extra_SRCS
+  ki18n_wrap_ui(_kcm_kleopatra_libkleopatraclient_extra_SRCS
     smimevalidationconfigurationwidget.ui
     cryptooperationsconfigwidget.ui
   )
@@ -51,7 +51,7 @@ set(kcm_kleopatra_PART_SRCS
 
 add_definitions(-DKDE_DEFAULT_DEBUG_AREA=5152)
 
-qt5_wrap_ui(kcm_kleopatra_PART_SRCS
+ki18n_wrap_ui(kcm_kleopatra_PART_SRCS
   appearanceconfigwidget.ui
   smimevalidationconfigurationwidget.ui
 )
diff --git a/kleopatra/kgpgconf/CMakeLists.txt b/kleopatra/kgpgconf/CMakeLists.txt
index fba49f5..e58c016 100644
--- a/kleopatra/kgpgconf/CMakeLists.txt
+++ b/kleopatra/kgpgconf/CMakeLists.txt
@@ -14,7 +14,7 @@ set(_kgpgconf_SRCS
   mainwindow.cpp
 )
 
-qt5_wrap_ui(_kgpgconf_SRCS mainwidget.ui)
+ki18n_wrap_ui(_kgpgconf_SRCS mainwidget.ui)
 
 # todo: more appropriate icon?
 kde4_add_app_icon(_kgpgconf_SRCS \
                "${KDE4_ICON_DIR}/oxygen/*/apps/preferences-desktop-cryptography.png")
                
diff --git a/kmail/CMakeLists.txt b/kmail/CMakeLists.txt
index 2900845..989e64f 100644
--- a/kmail/CMakeLists.txt
+++ b/kmail/CMakeLists.txt
@@ -223,7 +223,7 @@ if (KDEPIM_BUILD_DESKTOP)
   )
 
 
-  qt5_wrap_ui(kmailprivate_LIB_SRCS
+  ki18n_wrap_ui(kmailprivate_LIB_SRCS
     ui/composercryptoconfiguration.ui
     ui/warningconfiguration.ui
     ui/smimeconfiguration.ui
diff --git a/kmail/kcm_kpimidentities/CMakeLists.txt \
b/kmail/kcm_kpimidentities/CMakeLists.txt index 3a2e71b..70a1281 100644
--- a/kmail/kcm_kpimidentities/CMakeLists.txt
+++ b/kmail/kcm_kpimidentities/CMakeLists.txt
@@ -14,7 +14,7 @@ set(kcm_identities_srcs
   ../identity/xfaceconfigurator.cpp
 )
 
-qt5_wrap_ui(kcm_identities_srcs ../ui/identitypage.ui)
+ki18n_wrap_ui(kcm_identities_srcs ../ui/identitypage.ui)
 add_library(kcm_kpimidentities MODULE ${kcm_identities_srcs})
 target_link_libraries(kcm_kpimidentities
   ${KDEPIMLIBS_GPGMEPP_LIBS}
diff --git a/kmailcvt/CMakeLists.txt b/kmailcvt/CMakeLists.txt
index f254c44..a5f2f2f 100644
--- a/kmailcvt/CMakeLists.txt
+++ b/kmailcvt/CMakeLists.txt
@@ -19,7 +19,7 @@ set(kmailcvt_SRCS
 include_directories(${Boost_INCLUDE_DIR} ${CMAKE_SOURCE_DIR}/mailimporter \
${CMAKE_SOURCE_DIR}/mailcommon ${CMAKE_SOURCE_DIR}/messagecomposer)  \
kde_enable_exceptions()  
-qt5_wrap_ui(kmailcvt_SRCS ui/kselfilterpagedlg.ui ui/kimportpagedlg.ui)
+ki18n_wrap_ui(kmailcvt_SRCS ui/kselfilterpagedlg.ui ui/kimportpagedlg.ui)
 
 kde4_add_app_icon(kmailcvt_SRCS "icons/hi*-app-kmailcvt.png")
 add_executable(kmailcvt ${kmailcvt_SRCS})
diff --git a/kontact/plugins/korganizer/CMakeLists.txt \
b/kontact/plugins/korganizer/CMakeLists.txt index a6ad709..8fb8ded 100644
--- a/kontact/plugins/korganizer/CMakeLists.txt
+++ b/kontact/plugins/korganizer/CMakeLists.txt
@@ -38,7 +38,7 @@ target_link_libraries(kontact_journalplugin  KF5::KontactInterface)
 
 set(kcm_apptsummary_PART_SRCS kcmapptsummary.cpp)
 
-qt5_wrap_ui(kcm_apptsummary_PART_SRCS apptsummaryconfig_base.ui)
+ki18n_wrap_ui(kcm_apptsummary_PART_SRCS apptsummaryconfig_base.ui)
 
 add_library(kcm_apptsummary MODULE ${kcm_apptsummary_PART_SRCS})
 
@@ -48,7 +48,7 @@ target_link_libraries(kcm_apptsummary  korganizerprivate \
KF5::CalendarUtils KF5:  
 set(kcm_todosummary_PART_SRCS kcmtodosummary.cpp)
 
-qt5_wrap_ui(kcm_todosummary_PART_SRCS todosummaryconfig_base.ui)
+ki18n_wrap_ui(kcm_todosummary_PART_SRCS todosummaryconfig_base.ui)
 
 add_library(kcm_todosummary MODULE ${kcm_todosummary_PART_SRCS})
 
diff --git a/kontact/plugins/specialdates/CMakeLists.txt \
b/kontact/plugins/specialdates/CMakeLists.txt index d1a70b1..474bd25 100644
--- a/kontact/plugins/specialdates/CMakeLists.txt
+++ b/kontact/plugins/specialdates/CMakeLists.txt
@@ -31,7 +31,7 @@ target_link_libraries(kontact_specialdatesplugin
 
 set(kcm_sdsummary_PART_SRCS kcmsdsummary.cpp)
 
-qt5_wrap_ui(kcm_sdsummary_PART_SRCS sdsummaryconfig_base.ui)
+ki18n_wrap_ui(kcm_sdsummary_PART_SRCS sdsummaryconfig_base.ui)
 
 add_library(kcm_sdsummary MODULE ${kcm_sdsummary_PART_SRCS})
 
diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt
index 77ed531..9fcd555 100644
--- a/korganizer/CMakeLists.txt
+++ b/korganizer/CMakeLists.txt
@@ -214,7 +214,7 @@ set(korganizerprivate_LIB_SRCS
 
   kconfig_add_kcfg_files(korganizerprivate_LIB_SRCS htmlexportsettings.kcfgc)
 
-  qt5_wrap_ui(korganizerprivate_LIB_SRCS
+  ki18n_wrap_ui(korganizerprivate_LIB_SRCS
     accountscalendarwidget.ui
     filteredit_base.ui
     kogroupwareprefspage.ui
diff --git a/ktnef/CMakeLists.txt b/ktnef/CMakeLists.txt
index 6cf720e..46546b0 100644
--- a/ktnef/CMakeLists.txt
+++ b/ktnef/CMakeLists.txt
@@ -22,7 +22,7 @@ set(ktnef_SRCS
 
 kde4_add_app_icon(ktnef_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/pics/hi*-app-ktnef.png")
 
-qt5_wrap_ui(ktnef_SRCS ui/attachpropertywidgetbase.ui)
+ki18n_wrap_ui(ktnef_SRCS ui/attachpropertywidgetbase.ui)
 
 add_executable(ktnef ${ktnef_SRCS})
 target_link_libraries(ktnef KF5::Tnef KF5::KIOCore KF5::KDELibs4Support)
diff --git a/libkleo/CMakeLists.txt b/libkleo/CMakeLists.txt
index 9b38688..071c36c 100644
--- a/libkleo/CMakeLists.txt
+++ b/libkleo/CMakeLists.txt
@@ -94,7 +94,7 @@ set(libkleo_ui_SRCS    # make this a separate lib.
     ui/keyapprovaldialog.cpp
     )
 
-qt5_wrap_ui(libkleo_ui_common_SRCS
+ki18n_wrap_ui(libkleo_ui_common_SRCS
     ui/directoryserviceswidget.ui
 )
 
diff --git a/mailcommon/CMakeLists.txt b/mailcommon/CMakeLists.txt
index a246b19..b8bb0b3 100644
--- a/mailcommon/CMakeLists.txt
+++ b/mailcommon/CMakeLists.txt
@@ -171,7 +171,7 @@ qt5_add_dbus_interfaces(libmailcommon_SRCS
   ${CMAKE_SOURCE_DIR}/agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
  )
 
-qt5_wrap_ui(libmailcommon_SRCS filter/ui/filterconfigwidget.ui \
snippets/ui/snippetdialog.ui filter/ui/selectthunderbirdfilterfileswidget.ui) \
+ki18n_wrap_ui(libmailcommon_SRCS filter/ui/filterconfigwidget.ui \
snippets/ui/snippetdialog.ui filter/ui/selectthunderbirdfilterfileswidget.ui)  
 set(libmailcommon_SRCS ${libmailcommon_SRCS} filter/soundtestwidget.cpp)
 
diff --git a/mailimporter/CMakeLists.txt b/mailimporter/CMakeLists.txt
index b9c3770..359b8b2 100644
--- a/mailimporter/CMakeLists.txt
+++ b/mailimporter/CMakeLists.txt
@@ -33,7 +33,7 @@ set(libmailimporter_SRCS
 
 include_directories(${Boost_INCLUDE_DIR} ${CMAKE_SOURCE_DIR}/libkdepim)
 
-qt5_wrap_ui(libmailimporter_SRCS ui/importmailswidget.ui \
ui/selectthunderbirdprofilewidget.ui) +ki18n_wrap_ui(libmailimporter_SRCS \
ui/importmailswidget.ui ui/selectthunderbirdprofilewidget.ui)  
 add_library(mailimporter ${LIBRARY_TYPE} ${libmailimporter_SRCS})
 target_link_libraries(mailimporter
diff --git a/mboximporter/CMakeLists.txt b/mboximporter/CMakeLists.txt
index 9151a89..6528814 100644
--- a/mboximporter/CMakeLists.txt
+++ b/mboximporter/CMakeLists.txt
@@ -11,7 +11,7 @@ set(mboximporter_SRCS
   mboximportkernel.cpp
 )
 
-qt5_wrap_ui(mboximporter_SRCS 
+ki18n_wrap_ui(mboximporter_SRCS 
                   ui/mboximportwidget.ui
 )
 
diff --git a/messagecomposer/CMakeLists.txt b/messagecomposer/CMakeLists.txt
index 146e903..a2ab410 100644
--- a/messagecomposer/CMakeLists.txt
+++ b/messagecomposer/CMakeLists.txt
@@ -93,7 +93,7 @@ set( messagecomposer_src
      settings/messagecomposersettings.cpp
 )
 
-qt5_wrap_ui(messagecomposer_src
+ki18n_wrap_ui(messagecomposer_src
      imagescaling/ui/imagescalingwidget.ui
 )
 
diff --git a/messagecore/CMakeLists.txt b/messagecore/CMakeLists.txt
index 7ae547f..95bc1d0 100644
--- a/messagecore/CMakeLists.txt
+++ b/messagecore/CMakeLists.txt
@@ -56,7 +56,7 @@ kconfig_add_kcfg_files(messagecore_LIB_SRCS
   settings/globalsettings_base.kcfgc
 )
 
-qt5_wrap_ui(messagecore_LIB_SRCS
+ki18n_wrap_ui(messagecore_LIB_SRCS
   attachment/ui/attachmentpropertiesdialog.ui
   attachment/ui/attachmentpropertiesdialog_readonly.ui
 )
diff --git a/messageviewer/CMakeLists.txt b/messageviewer/CMakeLists.txt
index 6db03a5..e80a8d8 100644
--- a/messageviewer/CMakeLists.txt
+++ b/messageviewer/CMakeLists.txt
@@ -178,7 +178,7 @@ kconfig_add_kcfg_files(libmessageviewer_SRCS
   settings/globalsettings_base.kcfgc
 )
 
-qt5_wrap_ui(libmessageviewer_SRCS
+ki18n_wrap_ui(libmessageviewer_SRCS
   ui/settings.ui
   ui/invitationsettings.ui
   ui/printingsettings.ui
diff --git a/mobile/calendar/CMakeLists.txt b/mobile/calendar/CMakeLists.txt
index 3ba725d..3382ae6 100644
--- a/mobile/calendar/CMakeLists.txt
+++ b/mobile/calendar/CMakeLists.txt
@@ -30,7 +30,7 @@ set(korganizer_mobile_SRCS
   qmldateedit.cpp
 )
 
-qt5_wrap_ui(korganizer_mobile_SRCS configwidget.ui searchwidget.ui)
+ki18n_wrap_ui(korganizer_mobile_SRCS configwidget.ui searchwidget.ui)
 kconfig_add_kcfg_files(korganizer_mobile_SRCS settings.kcfgc)
 
 qt5_add_dbus_adaptor(korganizer_mobile_SRCS \
${CMAKE_SOURCE_DIR}/korganizer/org.kde.Korganizer.Calendar.xml calendarinterface.h \
                CalendarInterface )
diff --git a/mobile/contacts/CMakeLists.txt b/mobile/contacts/CMakeLists.txt
index 4596ae2..c88215e 100644
--- a/mobile/contacts/CMakeLists.txt
+++ b/mobile/contacts/CMakeLists.txt
@@ -42,7 +42,7 @@ set(kab_mobile_srcs
   searchwidget.cpp
 )
 
-qt5_wrap_ui(kab_mobile_srcs
+ki18n_wrap_ui(kab_mobile_srcs
   editorbusiness.ui
   editorcontactgroup.ui
   editorcrypto.ui
@@ -56,7 +56,7 @@ qt5_wrap_ui(kab_mobile_srcs
   editormore_personalpage.ui
 )
 
-qt5_wrap_ui(kab_mobile_srcs configwidget.ui searchwidget.ui)
+ki18n_wrap_ui(kab_mobile_srcs configwidget.ui searchwidget.ui)
 kconfig_add_kcfg_files(kab_mobile_srcs settings.kcfgc)
 
 if (RUNTIME_PLUGINS_STATIC)
diff --git a/mobile/lib/calendar/CMakeLists.txt b/mobile/lib/calendar/CMakeLists.txt
index 79e06d7..ed89110 100644
--- a/mobile/lib/calendar/CMakeLists.txt
+++ b/mobile/lib/calendar/CMakeLists.txt
@@ -18,7 +18,7 @@ set(mobileui_calendar_SRCS
 
 kde_enable_exceptions()
 
-qt5_wrap_ui(mobileui_calendar_SRCS
+ki18n_wrap_ui(mobileui_calendar_SRCS
   ${CMAKE_SOURCE_DIR}/incidenceeditor-ng/dialogmobile.ui
   ${CMAKE_SOURCE_DIR}/incidenceeditor-ng/dialogmoremobile.ui
 )
diff --git a/mobile/mail/CMakeLists.txt b/mobile/mail/CMakeLists.txt
index fc7ef5a..a94217b 100644
--- a/mobile/mail/CMakeLists.txt
+++ b/mobile/mail/CMakeLists.txt
@@ -55,7 +55,7 @@ set(kmail_mobile_srcs
   vacationmanager.cpp
 )
 
-qt5_wrap_ui(kmail_mobile_srcs configwidget.ui messagelistsettingseditor.ui \
searchwidget.ui) +ki18n_wrap_ui(kmail_mobile_srcs configwidget.ui \
messagelistsettingseditor.ui searchwidget.ui)  
 if(KDEPIM_ENTERPRISE_BUILD)
   set(WARN_TOOMANY_RECIPIENTS_DEFAULT true)
diff --git a/mobile/notes/CMakeLists.txt b/mobile/notes/CMakeLists.txt
index 8d39771..9e4a4e5 100644
--- a/mobile/notes/CMakeLists.txt
+++ b/mobile/notes/CMakeLists.txt
@@ -18,7 +18,7 @@ set(notes_mobile_SRCS
   searchwidget.cpp
 )
 
-qt5_wrap_ui(notes_mobile_SRCS searchwidget.ui)
+ki18n_wrap_ui(notes_mobile_SRCS searchwidget.ui)
 
 if(RUNTIME_PLUGINS_STATIC)
   add_definitions(-DMAIL_SERIALIZER_PLUGIN_STATIC)
diff --git a/mobile/tasks/CMakeLists.txt b/mobile/tasks/CMakeLists.txt
index 787c51b..a029644 100644
--- a/mobile/tasks/CMakeLists.txt
+++ b/mobile/tasks/CMakeLists.txt
@@ -22,7 +22,7 @@ set(mobile_tasks_SRCS
   main.cpp
 )
 
-qt5_wrap_ui(mobile_tasks_SRCS configwidget.ui searchwidget.ui)
+ki18n_wrap_ui(mobile_tasks_SRCS configwidget.ui searchwidget.ui)
 kconfig_add_kcfg_files(mobile_tasks_SRCS settings.kcfgc)
 
 if (RUNTIME_PLUGINS_STATIC)
diff --git a/pimcommon/CMakeLists.txt b/pimcommon/CMakeLists.txt
index b081808..f15909d 100644
--- a/pimcommon/CMakeLists.txt
+++ b/pimcommon/CMakeLists.txt
@@ -181,7 +181,7 @@ set(libpimcommon_SRCS
   ${libpimcommon_widgets_SRCS}
 )
 
-qt5_wrap_ui(libpimcommon_SRCS
+ki18n_wrap_ui(libpimcommon_SRCS
      autocorrection/ui/autocorrectionwidget.ui
 )
 
diff --git a/plugins/messageviewer/bodypartformatter/CMakeLists.txt \
b/plugins/messageviewer/bodypartformatter/CMakeLists.txt index 9148278..8dcdea2 \
                100644
--- a/plugins/messageviewer/bodypartformatter/CMakeLists.txt
+++ b/plugins/messageviewer/bodypartformatter/CMakeLists.txt
@@ -25,7 +25,7 @@ qt5_add_dbus_interfaces(messageviewer_bodypartformatter_text_calendar_PART_SRCS
  ${CMAKE_SOURCE_DIR}/korganizer/org.kde.Korganizer.Calendar.xml
 )
 
-qt5_wrap_ui(messageviewer_bodypartformatter_text_calendar_PART_SRCS \
attendeeselector.ui) \
+ki18n_wrap_ui(messageviewer_bodypartformatter_text_calendar_PART_SRCS \
attendeeselector.ui)  
 add_library(messageviewer_bodypartformatter_text_calendar MODULE \
${messageviewer_bodypartformatter_text_calendar_PART_SRCS})  
diff --git a/sieveeditor/CMakeLists.txt b/sieveeditor/CMakeLists.txt
index c8c6c00..f3bc09a 100644
--- a/sieveeditor/CMakeLists.txt
+++ b/sieveeditor/CMakeLists.txt
@@ -35,7 +35,7 @@ set(sieveeditor_SRCS
   sieveeditorconfigureserverpage.cpp
 )
 
-qt5_wrap_ui(sieveeditor_SRCS
+ki18n_wrap_ui(sieveeditor_SRCS
     ui/serversievesettings.ui
     ui/sieveeditorconfigureserverwidget.ui
 )
diff --git a/templateparser/CMakeLists.txt b/templateparser/CMakeLists.txt
index 87930cf..cc28a80 100644
--- a/templateparser/CMakeLists.txt
+++ b/templateparser/CMakeLists.txt
@@ -35,7 +35,7 @@ kconfig_add_kcfg_files(templateparser_LIB_SRCS
   settings/globalsettings_base.kcfgc
 )
 
-qt5_wrap_ui(templateparser_LIB_SRCS
+ki18n_wrap_ui(templateparser_LIB_SRCS
   ui/templatesconfiguration_base.ui
   ui/customtemplates_base.ui
 )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic