Page MenuHomePhabricator

vtkQtChart classes (for new vtk based Histogram) are only available for VTK >= 5.4
Closed, ResolvedPublic

Description

The new histogram code (T2816) will not compile with VTK 5.2 and below. The VTK version needs to be check in cmake and the respective classes must be excluded from compilation for older VTK versions.

Event Timeline

[SVN revision 20088]
FIX (#2933): Disable classes/bundles using vtkQtChart* for VTK < 5.4.0

[SVN revision 20097]
FIX (#2933): Add cpp file to CPP_FILES and h file to MOC_H_FILES, not vice versa

Everything seems fine now. Closing bug.