From 83b9df8edf5bf3eb61e5d2e956695f96500359c1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 31 Jul 2011 06:24:04 +0000 Subject: Fix kdegraphics CMake compilation git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksvg/impl/libs/libtext2path/src/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ksvg/impl/libs') diff --git a/ksvg/impl/libs/libtext2path/src/CMakeLists.txt b/ksvg/impl/libs/libtext2path/src/CMakeLists.txt index 7e1cee2c..098f836d 100644 --- a/ksvg/impl/libs/libtext2path/src/CMakeLists.txt +++ b/ksvg/impl/libs/libtext2path/src/CMakeLists.txt @@ -17,6 +17,7 @@ include_directories( ${TQT_INCLUDE_DIRS} ${FREETYPE_INCLUDE_DIRS} ${FRIBIDI_INCLUDE_DIRS} + ${FONTCONFIG_INCLUDE_DIRS} ) @@ -35,3 +36,14 @@ tde_add_library( text2path STATIC_PIC Affine.cpp Rectangle.cpp Font.cpp Glyph.cpp GlyphTracer.cpp Converter.cpp QtUnicode.cpp ) + +##### text2path (shared) ######################## + +tde_add_library( text2path SHARED + SOURCES + Affine.cpp Rectangle.cpp Font.cpp Glyph.cpp + GlyphTracer.cpp Converter.cpp QtUnicode.cpp + VERSION 0.0.0 + LINK ${FREETYPE_LIBRARIES} ${FRIBIDI_LIBRARIES} ${FONTCONFIG_LIBRARIES} + DESTINATION ${LIB_INSTALL_DIR} +) \ No newline at end of file -- cgit v1.2.3