diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-04 02:58:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-04 02:58:17 (GMT) |
commit | cf4821c589dc5a43895c7ea781f6a916c8b5821c (patch) | |
tree | 5d3cf7a69f39187d2cc9b639cacfb68a812ae467 /openscad.pro | |
parent | e3e31c0f4f1049cb983906cc8fea83ef78611231 (diff) |
De-Qt-ified AbstractNode
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 00d646c..d89a074 100644 --- a/openscad.pro +++ b/openscad.pro @@ -164,7 +164,8 @@ HEADERS += src/renderer.h \ src/CSGTermEvaluator.h \ src/myqhash.h \ src/Tree.h \ - src/mathc99.h + src/mathc99.h \ + src/stl-utils.h SOURCES += src/openscad.cc \ src/mainwin.cc \ |