Seg3D icon indicating copy to clipboard operation
Seg3D copied to clipboard

unlink Qt OpenGL module after converting from QGLWidget to QOpenGLWidget

Open krismz opened this issue 9 years ago • 1 comments

If/when we've switched to QOpenGLWidget from QGLWidget (which is deprecated as of Qt 5.4), we need to remove the line qt5_use_modules(QtUtils_Utils OpenGL) from QtUtils/Utils/CMakeLists.txt since QOpenGLWidget is in QtWidgets, and QtOpenGL module will not be needed any longer.

krismz avatar Jan 25 '16 21:01 krismz

Let's set Qt 5 minimum version to 5.4.

a-y-khan avatar May 26 '16 20:05 a-y-khan