Warning, /sdk/cutehmi/tools/cutehmi.qmlplugindump.0/README.md is written in an unsupported language. File is not indexed.

0001 # qmlplugindump
0002 
0003 ![Deprecated](doc/status.svg)
0004 
0005 This is a fork of _qmlplugindump_ shipped with Qt. It is provided as a solution for generating _qmltypes_ artifacts in debug builds.
0006 Standard _qmlplugindump_ is linked against release version of Qt libraries, hence an attempt to generate _qmltypes_ from debug
0007 versions of plugins ends with an error message: "cannot mix debug and release libraries".
0008 
0009 ## Development status
0010 
0011 This tool is deprecated and it should be replaced by _qmltyperegistrar_ available since Qt 5.15.0.