test_mussa_python also had an unecesary QtOpenGL library link
authorDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 21:56:33 +0000 (21:56 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 21:56:33 +0000 (21:56 +0000)
py/test/CMakeLists.txt

index b54468b44c4b1c53688ddc036384149cb5d4b7de..15c679910f4a88d2899acac1e4b70ef845315467 100644 (file)
@@ -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}