From: Diane Trout Date: Tue, 17 Oct 2006 21:56:33 +0000 (+0000) Subject: test_mussa_python also had an unecesary QtOpenGL library link X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=b968c482f87cc62a0ac79a7839ec6993644fd780 test_mussa_python also had an unecesary QtOpenGL library link --- 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}