summaryrefslogtreecommitdiff
path: root/openscad.pro
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-24 14:16:20 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-24 14:16:20 (GMT)
commit26046f6f0c4a774cbbb2af8ae7dc0e687963440c (patch)
tree38ff04fc460e8aa55134fb1ee6167fafb90a3423 /openscad.pro
parenteefcd6d0b271642d470cd55bc47d1579d943938e (diff)
parent95e399e06c6522f3fa67679808a1d52815368efa (diff)
Merge branch 'master' into epec-kernel
Diffstat (limited to 'openscad.pro')
-rw-r--r--openscad.pro13
1 files changed, 12 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro
index d9442d4..542bcc3 100644
--- a/openscad.pro
+++ b/openscad.pro
@@ -187,7 +187,8 @@ FORMS += src/MainWindow.ui \
src/AboutDialog.ui \
src/ProgressWidget.ui
-HEADERS += src/version_check.h \
+HEADERS += src/typedefs.h \
+ src/version_check.h \
src/ProgressWidget.h \
src/parsersettings.h \
src/renderer.h \
@@ -203,6 +204,8 @@ HEADERS += src/version_check.h \
src/AboutDialog.h \
src/builtin.h \
src/context.h \
+ src/modcontext.h \
+ src/evalcontext.h \
src/csgterm.h \
src/csgtermnormalizer.h \
src/dxfdata.h \
@@ -213,6 +216,7 @@ HEADERS += src/version_check.h \
src/function.h \
src/grid.h \
src/highlighter.h \
+ src/localscope.h \
src/module.h \
src/node.h \
src/csgnode.h \
@@ -228,6 +232,7 @@ HEADERS += src/version_check.h \
src/handle_dep.h \
src/polyset.h \
src/printutils.h \
+ src/fileutils.h \
src/value.h \
src/progress.h \
src/editor.h \
@@ -247,6 +252,7 @@ HEADERS += src/version_check.h \
src/Camera.h \
src/system-gl.h \
src/stl-utils.h \
+ src/boost-utils.h \
src/svg.h \
\
src/lodepng.h \
@@ -268,9 +274,12 @@ SOURCES += src/version_check.cc \
src/value.cc \
src/expr.cc \
src/func.cc \
+ src/localscope.cc \
src/module.cc \
src/node.cc \
src/context.cc \
+ src/modcontext.cc \
+ src/evalcontext.cc \
src/csgterm.cc \
src/csgtermnormalizer.cc \
src/polyset.cc \
@@ -288,9 +297,11 @@ SOURCES += src/version_check.cc \
src/linearextrude.cc \
src/rotateextrude.cc \
src/printutils.cc \
+ src/fileutils.cc \
src/progress.cc \
src/parsersettings.cc \
src/stl-utils.cc \
+ src/boost-utils.cc \
\
src/nodedumper.cc \
src/traverser.cc \
contact: Jan Huwald // Impressum