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


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

The following commit has been merged in the master branch:
commit 93d59fe489cb6c91f2d80f5dfe83844f71d269d8
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun Sep 19 17:24:33 2010 +0000

    Added missing CMakeLists.txt file
    
    
    svn path=/trunk/playground/network/telepathy-chat-handler/; revision=1177183
---
 lib/CMakeLists.txt | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
new file mode 100644
index 0000000..fcc22ab
--- /dev/null
+++ b/lib/CMakeLists.txt
@@ -0,0 +1,21 @@
+set(telepathy_chat_handler_lib_SRCS
+        chatconnection.cpp
+        chatwindow.cpp
+        chatwindowstyle.cpp
+        chatwindowstylemanager.cpp
+        chatview.cpp
+        telepathychatmessageinfo.cpp
+        telepathychatinfo.cpp
+        channelcontactlist.cpp
+)
+
+set(telepathy_chat_handler_lib_UI
+    chatwindow.ui)
+
+kde4_add_ui_files(telepathy_chat_handler_lib_SRCS ${telepathy_chat_handler_lib_UI})
+
+
+kde4_add_library(ktelepathy_chat_lib ${telepathy_chat_handler_lib_SRCS})
+
+target_link_libraries(ktelepathy_chat_lib ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${TELEPATHY_QT4_LIBRARIES} ${QT_QTWEBKIT_LIBRARY} ${KDE4_KUTILS_LIBS} )
+install(TARGETS ktelepathy_chat_lib ${INSTALL_TARGETS_DEFAULT_ARGS})

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list