summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-29 00:41:05 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-29 00:41:05 (GMT)
commit57dae12b80981b8d3f71a6830dd555013306229d (patch)
tree0e04ebd0c4634b9c9d2811e884019a2a96c1420d /tests
parent5722dd9e411ed52a0b840afc47b468c3ed1970c1 (diff)
parente40eeaf8c82f25d0c0f53b73634db3e36dae111e (diff)
Merge branch 'master' into issue181
Diffstat (limited to 'tests')
-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