[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:05:57 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=6601c5b

The following commit has been merged in the master branch:
commit 6601c5b71d742179a7c70efd27e5beb58fe93b52
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Aug 6 13:15:12 2014 +0200

    CMake plumbing for Gabble UI plugin
---
 plugins/gabble/CMakeLists.txt | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/plugins/gabble/CMakeLists.txt b/plugins/gabble/CMakeLists.txt
index 6d16bf6..e2fb029 100644
--- a/plugins/gabble/CMakeLists.txt
+++ b/plugins/gabble/CMakeLists.txt
@@ -16,7 +16,7 @@ set (ktpaccountskcm_plugin_gabble_SRCS
      proxy-settings-widget.cpp
 )
 
-kde4_add_ui_files (ktpaccountskcm_plugin_gabble_SRCS
+ki18n_wrap_ui (ktpaccountskcm_plugin_gabble_SRCS
                    main-options-widget.ui
                    main-options-widget-googletalk.ui
                    main-options-widget-facebook.ui
@@ -27,15 +27,16 @@ kde4_add_ui_files (ktpaccountskcm_plugin_gabble_SRCS
 )
 
 
-kde4_add_plugin (ktpaccountskcm_plugin_gabble
-                 ${ktpaccountskcm_plugin_gabble_SRCS}
+add_library (ktpaccountskcm_plugin_gabble MODULE
+             ${ktpaccountskcm_plugin_gabble_SRCS}
 )
 
 target_link_libraries (ktpaccountskcm_plugin_gabble
                        ktpaccountskcminternal
-                       ${QT_LIBRARIES}
-                       ${KDE4_KDEUI_LIBS}
-                       ${TELEPATHY_QT4_LIBRARIES}
+                       Qt5::Core
+                       Qt5::Widgets
+                       KF5::TextWidgets
+                       ${TELEPATHY_QT5_LIBRARIES}
 )
 
 # Install:

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list