diff options
Diffstat (limited to 'kopete/plugins/webpresence/CMakeLists.txt')
-rw-r--r-- | kopete/plugins/webpresence/CMakeLists.txt | 4 |
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} ) |