summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1697ec1..8e170cb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,7 +7,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
- ${LIBSWORD_INCLUDE_DIR}
+ ${LIBSWORD_INCLUDE_DIRS}
)
link_directories(
@@ -35,7 +35,7 @@ tde_add_kpart( tdeio_sword AUTOMOC
LINK
tdecore-shared
tdeio-shared
- ${LIBSWORD_LIBRARY}
+ ${LIBSWORD_LIBRARIES}
DESTINATION ${PLUGIN_INSTALL_DIR}
)