[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=f8aed51

The following commit has been merged in the master branch:
commit f8aed51788185accffe9471f6300406528c90790
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jul 14 18:01:48 2012 +0100

    Update CMakeLists to build and install new debugger
    
    REVIEW: 105574
    BUG: 303258
---
 CMakeLists.txt                | 1 +
 tools/CMakeLists.txt          | 1 +
 tools/debugger/CMakeLists.txt | 5 ++---
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0928941..1609753 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,4 +30,5 @@ include_directories (${KDE4_INCLUDES}
 )
 
 add_subdirectory(KTp)
+add_subdirectory(tools)
 add_subdirectory(data)
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..cc2413e
--- /dev/null
+++ b/tools/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(debugger)
\ No newline at end of file
diff --git a/tools/debugger/CMakeLists.txt b/tools/debugger/CMakeLists.txt
index 02d88ec..159b124 100644
--- a/tools/debugger/CMakeLists.txt
+++ b/tools/debugger/CMakeLists.txt
@@ -1,8 +1,5 @@
 project(ktp-debugger)
 
-find_package(TelepathyQt4 REQUIRED)
-find_package(KDE4 REQUIRED)
-
 include_directories(
     ${CMAKE_CURRENT_BINARY_DIR}
     ${TELEPATHY_QT4_INCLUDE_DIR}
@@ -18,3 +15,5 @@ set(ktp-debugger_SRCS
 kde4_add_ui_files(ktp-debugger_SRCS main-window.ui)
 kde4_add_executable(ktp-debugger ${ktp-debugger_SRCS})
 target_link_libraries(ktp-debugger ${TELEPATHY_QT4_LIBRARIES} ${KDE4_KDEUI_LIBS})
+
+install(TARGETS ktp-debugger DESTINATION ${BIN_INSTALL_DIR})

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list