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


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

The following commit has been merged in the master branch:
commit cd4f0cf5aaeff991c2383195915c523773304011
Author: Tirtha Chatterjee <tirtha.p.chatterjee at gmail.com>
Date:   Thu Jun 23 06:14:40 2011 +0530

    Linked against KIO library
    
    ChatWindow uses KFileDialog, which needs KIO library
---
 app/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
index 0895b1a..98796b8 100644
--- a/app/CMakeLists.txt
+++ b/app/CMakeLists.txt
@@ -12,6 +12,7 @@ kde4_add_executable(telepathy-kde-text-ui ${telepathy_kde_text_ui_SRCS})
 target_link_libraries(telepathy-kde-text-ui
             ${KDE4_KDECORE_LIBS}
             ${KDE4_KDEUI_LIBS}
+            ${KDE4_KIO_LIBS}
             ${TELEPATHY_QT4_LIBRARIES}
             ${QT_QTWEBKIT_LIBRARY}
             ${KDE4_KNOTIFYCONFIG_LIBS}

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list