Skip to content

Fix missing Qt modul in OpenGLvtkGUISupportQtOpenGLCxxTests

SunBlack requested to merge SunBlack/vtk:patch-1 into master

With current master and current Qt5 version I got linker error compiling OpenGLvtkGUISupportQtOpenGLCxxTests, because modul QtOpenGL was not linked against target. This solves it.

Btw: find_package REQUIRED + QUIET at same time is a interesting construct ;)

Merge request reports