[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:17 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-filetransfer-handler.git;a=commitdiff;h=6a8057c

The following commit has been merged in the master branch:
commit 6a8057c81a9782d6fe2c508be12095e73be0adbb
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Feb 10 01:12:26 2012 +0100

    Update FindKTp.cmake
---
 cmake/modules/FindKTp.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/modules/FindKTp.cmake b/cmake/modules/FindKTp.cmake
index 899a120..8facd12 100644
--- a/cmake/modules/FindKTp.cmake
+++ b/cmake/modules/FindKTp.cmake
@@ -3,6 +3,7 @@
 # KTP_INCLUDE_DIR
 # KTP_LIBRARIES
 # KTP_MODELS_LIBRARIES
+# KTP_WIDGETS_LIBRARIES
 
 # Copyright (c) 2011, Dario Freddi <drf at kde.org>
 #
@@ -26,6 +27,7 @@ find_path(KTP_INCLUDE_DIR
 
 find_library(KTP_LIBRARIES NAMES ktpcommoninternalsprivate )
 find_library(KTP_MODELS_LIBRARIES NAMES ktpmodelsprivate )
+find_library(KTP_WIDGETS_LIBRARIES NAMES ktpwidgetsprivate )
 
 include(FindPackageHandleStandardArgs)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(KTp DEFAULT_MSG

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list