Skip to content
Snippets Groups Projects
Commit 42caa92b authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

COMP: add module QtOpenGL to OTBQt_LIBRARIES and add Qt5 to Qwt dependence

parent 78bf1a9b
No related branches found
No related tags found
1 merge request!3Qt4to5
......@@ -20,7 +20,7 @@
project( OTBQt5 )
set( OTBQt5_LIBRARIES ${Qt5Widgets_LIBRARIES} ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} )
set( OTBQt5_LIBRARIES ${Qt5Widgets_LIBRARIES} ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5OpenGL_LIBRARIES})
set( QT_VERSION "${QTVERSION}" CACHE INTERNAL "" FORCE )
......
......@@ -21,5 +21,6 @@
find_package(Qt5Core)
find_package(Qt5Gui)
find_package(Qt5Widgets)
find_package(Qt5OpenGL)
find_package(Qt5LinguistTools)
mark_as_advanced( QT_QMAKE_EXECUTABLE )
......@@ -22,7 +22,7 @@ set(DOCUMENTATION "This module imports Qwt to the build system")
otb_module(OTBQwt
DEPENDS
OTBQt4
OTBQt5
TEST_DEPENDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment