diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-09 10:12:58 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-09 10:12:58 (GMT) |
commit | 14e1ad23635a65d98c59ae14e35484abbd3ba6c4 (patch) | |
tree | 0ef8483812496e456023a9341dcf76f0bbba7006 /openscad.pro | |
parent | 0e938364fea8c3ab07b06491fd21cb34a403bf99 (diff) |
Forgot to actually add most files in previous commit (#217)
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 81f5e6f..96a0a2a 100644 --- a/openscad.pro +++ b/openscad.pro @@ -227,6 +227,7 @@ HEADERS += src/typedefs.h \ src/handle_dep.h \ src/polyset.h \ src/printutils.h \ + src/fileutils.h \ src/value.h \ src/progress.h \ src/editor.h \ @@ -291,6 +292,7 @@ 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 \ |