summaryrefslogtreecommitdiffstats
path: root/kopete/plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-02-09 19:16:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-02-09 19:16:54 +0100
commita0c4be8ea852195a7b5337003b0c6e4354126b64 (patch)
tree26880d355ed995e44696e7b17892dab2d2dda11a /kopete/plugins
parent947688b6e6b80d9e8a18bb5bbe3c889984726b5c (diff)
downloadtdenetwork-a0c4be8ea852195a7b5337003b0c6e4354126b64.tar.gz
tdenetwork-a0c4be8ea852195a7b5337003b0c6e4354126b64.zip
Add missing option and detection for libxslt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete/plugins')
-rw-r--r--kopete/plugins/webpresence/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kopete/plugins/webpresence/CMakeLists.txt b/kopete/plugins/webpresence/CMakeLists.txt
index a2b07be0..afbd2f3b 100644
--- a/kopete/plugins/webpresence/CMakeLists.txt
+++ b/kopete/plugins/webpresence/CMakeLists.txt
@@ -16,6 +16,8 @@ include_directories(
${CMAKE_SOURCE_DIR}/kopete/libkopete/ui
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
+ ${LIBXML_INCLUDE_DIRS}
+ ${LIBXSLT_INCLUDE_DIRS}
)
link_directories(
@@ -44,7 +46,7 @@ install( FILES
tde_add_kpart( kopete_webpresence AUTOMOC
SOURCES
webpresenceplugin.cpp
- LINK kopete-shared
+ LINK kopete-shared ${LIBXML_LIBRARIES} ${LIBXSLT_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)