Skip to content

Can't build VTK 9.0 and 8.2 with Qt 5.15

VTK can't be build with Qt 5.15 because vtkQtLabelRenderStrategy.cxx and vtkQtStringToImage.cxx are missing the definition for QPainterPath with Qt 5.15

Simple fix: just include them ;)