[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:55 UTC 2016


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

The following commit has been merged in the master branch:
commit 2dde5c39fadc1dc12113807b0ccd3bcd534ed120
Author: Alex Fiestas <afiestas at kde.org>
Date:   Tue Feb 15 13:58:56 2011 +0100

    The CMake variable for linking is KDE4_KIO_LIBS instead of _LIBRARY
---
 adiumxtra-protocol-handler/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adiumxtra-protocol-handler/CMakeLists.txt b/adiumxtra-protocol-handler/CMakeLists.txt
index 514aa87..16a3fe0 100644
--- a/adiumxtra-protocol-handler/CMakeLists.txt
+++ b/adiumxtra-protocol-handler/CMakeLists.txt
@@ -22,7 +22,7 @@ target_link_libraries(adiumxtra-protocol-handler
 			${QT_QTWEBKIT_LIBRARY}
 			${KDE4_KUTILS_LIBS}
 			${QT_QTXML_LIBRARY}
-			${KDE4_KIO_LIBRARIES}
+			${KDE4_KIO_LIBS}
 			ktelepathy_chat_lib)
 
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list