summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-10 12:49:00 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-10 12:49:00 +0000
commitda40f529907ed81776f9a873ef9cadf77015e695 (patch)
tree1a87a56cebad3c8c0bbb81ab197557a2fc445a5e /src
parentcmake: exclude some files that are also excluded from build in build.xml (diff)
downloadinkscape-da40f529907ed81776f9a873ef9cadf77015e695.tar.gz
inkscape-da40f529907ed81776f9a873ef9cadf77015e695.zip
cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in build.xml
(bzr r5401)
Diffstat (limited to 'src')
-rw-r--r--src/dom/odf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/odf/CMakeLists.txt b/src/dom/odf/CMakeLists.txt
index 7a4b1ea4e..e0cb76060 100644
--- a/src/dom/odf/CMakeLists.txt
+++ b/src/dom/odf/CMakeLists.txt
@@ -1,5 +1,5 @@
SET(dom_odf_SRC
odfdocument.cpp
-SvgOdg.cpp
+#SvgOdg.cpp
)