Skip to content

Add CMake switch to omit the Qt plugin when building GUISupportQt

Karsten Tausche requested to merge karsten.tausche/vtk:optionalQtPlugin into master

The Qt plugin depends on the Qt designer, which is actually not needed for the VTK Qt GUI module. I am currently using VTK with Qt compiled from git (for Visual Studio 2015), and I don't want to build the Qt tools (I don't need them otherwise). So this patch would simplify this setup.

Btw., there is a comment in the code regarding creating a separate module for the plugin. So I'm not sure if the additional CMake switch in this patch is the best idea.

Merge request reports