summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dom/work/CMakeLists.txt18
-rw-r--r--src/extension/dxf2svg/CMakeLists.txt18
2 files changed, 18 insertions, 18 deletions
diff --git a/src/dom/work/CMakeLists.txt b/src/dom/work/CMakeLists.txt
index ec50c6ed4..8cd4676cf 100644
--- a/src/dom/work/CMakeLists.txt
+++ b/src/dom/work/CMakeLists.txt
@@ -1,12 +1,12 @@
SET(dom_work_SRC
-testdom.cpp
-testhttp.cpp
-testjs.cpp
-testodf.cpp
-testsvg.cpp
-testuri.cpp
-testxpath.cpp
-testzip.cpp
-xpathtests.cpp
+#testdom.cpp
+#testhttp.cpp
+#testjs.cpp
+#testodf.cpp
+#testsvg.cpp
+#testuri.cpp
+#testxpath.cpp
+#testzip.cpp
+#xpathtests.cpp
)
diff --git a/src/extension/dxf2svg/CMakeLists.txt b/src/extension/dxf2svg/CMakeLists.txt
index 28afd2b3b..b755d7f44 100644
--- a/src/extension/dxf2svg/CMakeLists.txt
+++ b/src/extension/dxf2svg/CMakeLists.txt
@@ -1,11 +1,11 @@
SET(extension_dxf2svg_SRC
-aci2rgb.cpp
-entities2elements.cpp
-tables2svg_info.cpp
-blocks.cpp
-entities.cpp
-tables.cpp
-dxf2svg.cpp
-read_dxf.cpp
-test_dxf.cpp
+#aci2rgb.cpp
+#entities2elements.cpp
+#tables2svg_info.cpp
+#blocks.cpp
+#entities.cpp
+#tables.cpp
+#dxf2svg.cpp
+#read_dxf.cpp
+#test_dxf.cpp
)