diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-09 02:18:32 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-09 02:18:32 (GMT) |
commit | 96c480b1bd8da7f4f47d3f67653346052a0a9a5e (patch) | |
tree | 9a719c0d287e3aa8eb8df6a0785600d1106b962d /openscad.pro | |
parent | 9146f16492b1de0775e81aa7c82d83ccd017c65b (diff) |
Ported QCache and related code away from Qt
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openscad.pro b/openscad.pro index 2e77d9d..4a1c0f3 100644 --- a/openscad.pro +++ b/openscad.pro @@ -205,7 +205,6 @@ HEADERS += src/renderer.h \ src/PolySetCache.h \ src/PolySetEvaluator.h \ src/CSGTermEvaluator.h \ - src/myqhash.h \ src/Tree.h \ src/mathc99.h \ src/memory.h \ @@ -253,7 +252,6 @@ SOURCES += src/openscad.cc \ src/traverser.cc \ src/nodedumper.cc \ src/CSGTermEvaluator.cc \ - src/qhash.cc \ src/Tree.cc \ src/mathc99.cc \ src/PolySetCache.cc \ |