[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:18:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=bc2a2ab

The following commit has been merged in the master branch:
commit bc2a2ab215659639d3fd2d46f3572be039eac3c0
Author: Dominik Schmidt <ich at dominik-schmidt.de>
Date:   Mon Oct 4 00:57:46 2010 +0000

    Added QtXml and kio libs to link target of the adiumxtra-protcol-handler.
    
    svn path=/trunk/playground/network/telepathy-chat-handler/; revision=1182263
---
 adiumxtra-protocol-handler/CMakeLists.txt | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/adiumxtra-protocol-handler/CMakeLists.txt b/adiumxtra-protocol-handler/CMakeLists.txt
index 63db702..f61074f 100644
--- a/adiumxtra-protocol-handler/CMakeLists.txt
+++ b/adiumxtra-protocol-handler/CMakeLists.txt
@@ -15,7 +15,14 @@ kde4_add_ui_files(telepathy_chat_config_SRCS)
 
 kde4_add_executable(adiumxtra-protocol-handler ${telepathy_chat_config_SRCS})
 
-target_link_libraries(adiumxtra-protocol-handler ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${QT_QTWEBKIT_LIBRARY} ${KDE4_KUTILS_LIBS} ktelepathy_chat_lib)
+target_link_libraries(adiumxtra-protocol-handler
+			${KDE4_KDECORE_LIBS}
+			${KDE4_KDEUI_LIBS}
+			${QT_QTWEBKIT_LIBRARY}
+			${KDE4_KUTILS_LIBS}
+			${QT_QTXML_LIBRARY}
+			${KDE4_KIO_LIBRARIES}
+			ktelepathy_chat_lib)
 
 
 install(TARGETS adiumxtra-protocol-handler ${INSTALL_TARGETS_DEFAULT_ARGS})

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list