summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-29 01:12:09 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-29 01:12:09 (GMT)
commitecf9836603b644a91076567c4c8b15bfb6f9f1d0 (patch)
tree2dcf74982842d1bff78c2a72fb843f346ac5b964
parent430bb3d7bdc47ff160bc32d558e55ece406734ba (diff)
parente40eeaf8c82f25d0c0f53b73634db3e36dae111e (diff)
Merge branch 'master' of github.com:openscad/openscad
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index da0979c..d1ee312 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -501,8 +501,8 @@ set(OFFSCREEN_SOURCES
../src/system-gl.cc)
add_library(tests-core STATIC ${CORE_SOURCES})
-target_link_libraries(tests-core ${OPENGL_LIBRARY})
-set(TESTS-CORE-LIBRARIES ${QT_LIBRARIES} ${OPENGL_LIBRARY} ${Boost_LIBRARIES})
+target_link_libraries(tests-core ${OPENGL_LIBRARIES})
+set(TESTS-CORE-LIBRARIES ${OPENGL_LIBRARIES} ${Boost_LIBRARIES})
add_library(tests-common STATIC ${COMMON_SOURCES})
target_link_libraries(tests-common tests-core)
contact: Jan Huwald // Impressum