Skip to content

COMP: Fix qmlplugindump issue for debug builds

Sankhesh Jhaveri requested to merge sankhesh/vtk:qmlplugindump_issue into master

The cmake code was adding a 'd' suffix to the library name because some prior versions of QML required that. Newer versions error out if the name of the plugin in the qmldir file and the library name do not match exactly. This change was tested for Qt 5.15.2.

Fixes #18219 (closed)

Merge request reports