QGLViewer library dependency fixed

This commit is contained in:
Fernando Cacciola 2008-01-25 21:51:38 +00:00
parent 0ab13872cc
commit 125b7389a6
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ if ( CGAL_FOUND AND QT_FOUND AND QGLVIEWER_FOUND )
target_link_libraries( ${prj} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES})
endif()
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARIES} )
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARY} )
endif()