Hi,
I am trying to build VTK 9.4.1 with Qt version 6.8.1 and enable Qt Quick support in the VTK build configuration. However, I’ve not been able to build it because VTK is looking for a qmlplugindump executable that was not found. I built Qt 6.8.1 from source too, but could not get the tool qmlplugindump built. I’m not sure if qmlplugindump is deprecated from the Qt side but wondering if anybody has encountered this issue.
Following are the build errors I get when trying to build VTK 9.4.1 with Qt Quick support in Ubuntu 22.04:
CMake Error at GUISupport/QtQuick/qml/CMakeLists.txt:74 (message):
qmlplugindump executable not found.
It is required to generate the qmltypes file for VTK Qml plugin.
-- Configuring incomplete, errors occurred!
Also, as per Qt documentation qmlplugindump seems to be replaced by another tool named qmltyperegistrar. Is there any plan to replace the usage of qmlplugindump with this new tool?
Thanks,