diff options
Diffstat (limited to 'ksvg/impl')
-rw-r--r-- | ksvg/impl/CMakeLists.txt | 1 | ||||
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/CMakeLists.txt | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ksvg/impl/CMakeLists.txt b/ksvg/impl/CMakeLists.txt index b8bfe01c..82980a01 100644 --- a/ksvg/impl/CMakeLists.txt +++ b/ksvg/impl/CMakeLists.txt @@ -89,6 +89,5 @@ tde_add_library( ksvgdomimpl STATIC_PIC AUTOMOC SVGFontFaceUriElementImpl.cpp SVGDefinitionSrcElementImpl.cpp SVGHKernElementImpl.cpp SVGVKernElementImpl.cpp SVGMetadataElementImpl.cpp SVGForeignObjectElementImpl.cpp svgpathparser.cpp - CXX_FEATURES cxx_nullptr LINK kjs-shared ) diff --git a/ksvg/impl/libs/libtext2path/src/CMakeLists.txt b/ksvg/impl/libs/libtext2path/src/CMakeLists.txt index a6227857..29ab129e 100644 --- a/ksvg/impl/libs/libtext2path/src/CMakeLists.txt +++ b/ksvg/impl/libs/libtext2path/src/CMakeLists.txt @@ -35,7 +35,6 @@ tde_add_library( text2path STATIC_PIC SOURCES Affine.cpp Rectangle.cpp Font.cpp Glyph.cpp GlyphTracer.cpp Converter.cpp QtUnicode.cpp - CXX_FEATURES cxx_nullptr ) ##### text2path (shared) ######################## @@ -45,7 +44,6 @@ tde_add_library( text2path SHARED Affine.cpp Rectangle.cpp Font.cpp Glyph.cpp GlyphTracer.cpp Converter.cpp QtUnicode.cpp VERSION 0.0.0 - CXX_FEATURES cxx_nullptr LINK ${FREETYPE_LIBRARIES} ${FRIBIDI_LIBRARIES} ${FONTCONFIG_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |