[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:13:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=f4fd2b7

The following commit has been merged in the master branch:
commit f4fd2b7a534d3bdbb2f09612d18a761f834be1bc
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue May 10 02:08:17 2011 +0100

    Add Telepathy to CMake lib/includedir
---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b81487..98f1c18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,8 @@ include_directories(
 #   ${QT_QTSQL_INCLUDE_DIR}
 #   ${QT_QTWEBKIT_INCLUDE_DIR}
   ${KDE4_INCLUDES}
+  ${TELEPATHY_QT4_INCLUDE_DIR}
+
 #   ${SOPRANO_INCLUDE_DIR}
 )
 
@@ -42,6 +44,7 @@ kde4_add_executable(telepathy-kde-file-transfer ${MAINWINDOW_SRCS})
 
 # Link against the needed libraries
 target_link_libraries(telepathy-kde-file-transfer
+    ${TELEPATHY_QT4_LIBRARIES}
 #   ${QT_QTNETWORK_LIBRARY}
 #   ${QT_QTDBUS_LIBRARY}
 #   ${QT_QTSQL_LIBRARY}

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list