[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:20:57 UTC 2016


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

The following commit has been merged in the master branch:
commit 5bdfa2fdf0360c7b54f6d464bc67ac514babb48c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Jan 30 23:29:46 2012 +0000

    Fix QML plugin compilation
---
 plasmoid/declarative-plugin/CMakeLists.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/plasmoid/declarative-plugin/CMakeLists.txt b/plasmoid/declarative-plugin/CMakeLists.txt
index b6b44cf..0ddba9c 100644
--- a/plasmoid/declarative-plugin/CMakeLists.txt
+++ b/plasmoid/declarative-plugin/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(ktpchatqmlplugin)
+# project(ktpchatqmlplugin)
 
 set(ktpchatqmlplugin_SRCS
         qml-plugins.cpp
@@ -16,16 +16,18 @@ include_directories(
         ${KDE4_INCLUDES}
 )
 
-qt4_automoc(${ktpchatqmlplugin_SRCS})
+# qt4_automoc(${ktpchatqmlplugin_SRCS})
 
 
-add_library(ktpchatqmlplugin SHARED ${ktpchatqmlplugin_SRCS})
+kde4_add_library(ktpchatqmlplugin SHARED ${ktpchatqmlplugin_SRCS})
 
 target_link_libraries(ktpchatqmlplugin
         ${KDE4_KDECORE_LIBS}
         ${QT_QTSCRIPT_LIBRARY}
         ${QT_QTDECLARATIVE_LIBRARY}
         ${TELEPATHY_QT4_LIBRARIES}
+        ${KTP_LIBRARIES}
+        ${KDE4_KDEUI_LIBS}
         ktpchat
 )
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list