Skip to content

Fix the installation of the Qt designer plugin when a postfix is used.

Boris Basic requested to merge borisb/vtk:cmake-install-qt-plugin into master

This fixes the issues related to building INSTALL.vcxproj on Windows: Qt designer plugin install script did not consider the debug (or release) postfix if it was defined.

Fixes #14598 (closed), #15833 (closed), #16874 (closed) and probably #16986 (closed).

Merge request reports