summaryrefslogtreecommitdiff
path: root/openscad.pro
diff options
context:
space:
mode:
authorMarius Kintel <kintel@sim.no>2010-03-02 18:22:31 (GMT)
committerMarius Kintel <marius@kintel.net>2010-10-31 00:42:34 (GMT)
commit393c5a19fedfa4f97ca939fbcf52c2ccab1cde6a (patch)
treefbcb75d32e8763aac3f0ad28528936a0ec11930b /openscad.pro
parent746159d1838e895e80725cdc892f7bef85feb1af (diff)
Committed current version of visitor refactoring
Diffstat (limited to 'openscad.pro')
-rw-r--r--openscad.pro16
1 files changed, 14 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro
index 42a5d22..fec7a79 100644
--- a/openscad.pro
+++ b/openscad.pro
@@ -98,12 +98,22 @@ HEADERS += src/CGAL_renderer.h \
src/highlighter.h \
src/module.h \
src/node.h \
+ src/csgnode.h \
+ src/dxflinextrudenode.h \
+ src/dxfrotextrudenode.h \
+ src/projectionnode.h \
+ src/importnode.h \
src/openscad.h \
src/polyset.h \
src/printutils.h \
src/value.h \
src/progress.h \
- src/editor.h
+ src/editor.h \
+ src/visitor.h \
+ src/state.h \
+ src/traverser.h \
+ src/nodecache.h \
+ src/nodedumper.h
SOURCES += src/openscad.cc \
src/mainwin.cc \
@@ -140,7 +150,9 @@ SOURCES += src/openscad.cc \
src/nef2dxf.cc \
src/Preferences.cc \
src/progress.cc \
- src/editor.cc
+ src/editor.cc \\
+ src/traverser.cc \
+ src/nodedumper.cc
macx {
HEADERS += src/AppleEvents.h \
contact: Jan Huwald // Impressum