summaryrefslogtreecommitdiffstats
path: root/ksvg
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-10-14 19:24:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-10-14 19:43:39 +0200
commitca7c8c88807c1222a9593cf41767a81cfb056a8d (patch)
tree250441d3d76f05dd34eb7d70e94cf808e20adbb9 /ksvg
parent4df04c03d9f62be02c736227c43a07456b6376c9 (diff)
downloadtdegraphics-ca7c8c88807c1222a9593cf41767a81cfb056a8d.tar.gz
tdegraphics-ca7c8c88807c1222a9593cf41767a81cfb056a8d.zip
Fix missed headers installation
(cherry picked from commit d3128ab264a3b70f20c42b2736564c0d1bf96a90)
Diffstat (limited to 'ksvg')
-rw-r--r--ksvg/dom/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ksvg/dom/CMakeLists.txt b/ksvg/dom/CMakeLists.txt
index c95e2854..8d6658e9 100644
--- a/ksvg/dom/CMakeLists.txt
+++ b/ksvg/dom/CMakeLists.txt
@@ -68,6 +68,7 @@ install( FILES
SVGTextPositioningElement.h SVGTitleElement.h SVGTransform.h SVGTransformList.h
SVGTransformable.h SVGURIReference.h SVGUnitTypes.h SVGUseElement.h
SVGVKernElement.h SVGViewElement.h SVGViewSpec.h SVGWindow.h SVGZoomAndPan.h
+ SVGZoomEvent.h
DESTINATION ${INCLUDE_INSTALL_DIR}/dom )