[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=b608a47

The following commit has been merged in the master branch:
commit b608a47ba42d9c72d18491dc2e68a4ed9065a509
Author: Alexander Potashev <aspotashev at gmail.com>
Date:   Tue May 5 18:32:21 2015 +0300

    Change qt5_wrap_ui() to ki18n_wrap_ui() to get the window title translated via KI18n
---
 CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab8a1db..83c2486 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,11 +62,11 @@ endif()
 
 configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
 
-qt5_wrap_ui (ktp_contactlist_SRCS
-                   main-widget.ui
-                   dialogs/remove-contact-dialog.ui
-                   tooltips/contacttooltip.ui
-                   tooltips/persontooltip.ui
+ki18n_wrap_ui(ktp_contactlist_SRCS
+    main-widget.ui
+    dialogs/remove-contact-dialog.ui
+    tooltips/contacttooltip.ui
+    tooltips/persontooltip.ui
 )
 
 add_executable (ktp-contactlist ${ktp_contactlist_SRCS})

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list