summaryrefslogtreecommitdiffstats
path: root/ksvg/impl
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-06-14 23:19:05 +0900
committerMichele Calgaro <[email protected]>2020-06-14 23:28:41 +0900
commit57fac72653ea0cc5430b148c5e3021f0d04056c0 (patch)
treed437135fb5ed61ea64e7c1f1fad7659586ade920 /ksvg/impl
parent7e6848ddd20dfe0288448fde2fc8e25a7c3e7074 (diff)
downloadtdegraphics-57fac72653ea0cc5430b148c5e3021f0d04056c0.tar.gz
tdegraphics-57fac72653ea0cc5430b148c5e3021f0d04056c0.zip
Fixed FTBFS due to missing linked libraries.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 86504f1214deb78997059d71bba74c6b3080cd8f)
Diffstat (limited to 'ksvg/impl')
-rw-r--r--ksvg/impl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ksvg/impl/CMakeLists.txt b/ksvg/impl/CMakeLists.txt
index 8b44c254..64599da1 100644
--- a/ksvg/impl/CMakeLists.txt
+++ b/ksvg/impl/CMakeLists.txt
@@ -89,4 +89,5 @@ tde_add_library( ksvgdomimpl STATIC_PIC AUTOMOC
SVGFontFaceUriElementImpl.cc SVGDefinitionSrcElementImpl.cc
SVGHKernElementImpl.cc SVGVKernElementImpl.cc SVGMetadataElementImpl.cc
SVGForeignObjectElementImpl.cc svgpathparser.cc
+ LINK kjs-shared
)