diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-09 02:18:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-09 02:18:11 (GMT) |
commit | 9146f16492b1de0775e81aa7c82d83ccd017c65b (patch) | |
tree | 5e1aae5f3318233b694e83dc98b423e6d7bcb9cc /tests | |
parent | bd8fb851f58e089c6230a5e694846ba618fc8879 (diff) |
Ported QCache and related code away from Qt
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6966436..4693a0b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -201,7 +201,6 @@ set(CORE_SOURCES tests-common.cc ../src/mathc99.cc ../src/handle_dep.cc - ../src/qhash.cc ../src/value.cc ../src/expr.cc ../src/func.cc @@ -242,7 +241,6 @@ set(CGAL_SOURCES ../src/CGALEvaluator.cc ../src/CGALCache.cc ../src/PolySetCGALEvaluator.cc - ../src/qhash.cc ../src/CGAL_Nef_polyhedron_DxfData.cc ../src/cgaladv_minkowski2.cc ../src/cgaladv_convexhull2.cc) @@ -307,7 +305,7 @@ target_link_libraries(dumptest tests-common tests-nocgal ${QT_LIBRARIES} ${OPENG # # csgtexttest # -add_executable(csgtexttest csgtexttest.cc CSGTextRenderer.cc CSGTextCache.cc ../src/qhash.cc) +add_executable(csgtexttest csgtexttest.cc CSGTextRenderer.cc CSGTextCache.cc) target_link_libraries(csgtexttest tests-common tests-nocgal ${QT_LIBRARIES} ${OPENGL_LIBRARY} ${Boost_LIBRARIES}) # |