From b968c482f87cc62a0ac79a7839ec6993644fd780 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 17 Oct 2006 21:56:33 +0000 Subject: [PATCH] test_mussa_python also had an unecesary QtOpenGL library link --- py/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/CMakeLists.txt b/py/test/CMakeLists.txt index b54468b..15c6799 100644 --- a/py/test/CMakeLists.txt +++ b/py/test/CMakeLists.txt @@ -21,7 +21,7 @@ TARGET_LINK_LIBRARIES(mussa_python_test mussa_qui mussa_py mussa_core - ${QT_LIBRARIES} + ${QT_QTCORE_LIBRARY} ${OPENGL_gl_LIBRARY} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_FILESYSTEM_LIBRARY} -- 2.30.2