summaryrefslogtreecommitdiffstats
path: root/ksvg/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/CMakeLists.txt')
-rw-r--r--ksvg/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ksvg/CMakeLists.txt b/ksvg/CMakeLists.txt
index 3f1c88bc..534cf56e 100644
--- a/ksvg/CMakeLists.txt
+++ b/ksvg/CMakeLists.txt
@@ -24,12 +24,13 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${ART_LIBRARY_DIRS}
)
##### ksvg (shared) #############################
-configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_dummy_cpp.cmake dummy.cpp COPYONLY )
+configure_file( ${TDE_CMAKE_TEMPLATES}/tde_dummy_cpp.cmake dummy.cpp COPYONLY )
tde_add_library( ksvg SHARED
SOURCES dummy.cpp
@@ -39,5 +40,6 @@ tde_add_library( ksvg SHARED
ksvgxrgbrender-static text2path-static ksvgart-static
LINK
tdehtml-shared ${LCMS_LIBRARY} ${ART_LIBRARIES} ${FRIBIDI_LIBRARIES}
+ ${FREETYPE_LIBRARIES} ${FONTCONFIG_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)