我已经在调试模式下构建了扩展插件 当我尝试运行qmlplugindump时,我得到了
QQmlComponent: Component is not ready
file:///C:/Qt/Examples/Qt-5.12.0/qml/qmlextensionplugins/imports/typelist.qml:3:1: plugin cannot be loaded for module "TimeExample": The plugin 'C:/Qt/Examples/Qt-5.12.0/qml/qmlextensionplugins/imports/TimeExample/qmlqtimeexampleplugin.dll' uses incompatible Qt library. (Cannot mix debug and release libraries.)
如何在调试扩展程序上运行qmlplugindump?
谢谢
答案 0 :(得分:0)
如果只想使用调试库,请在release中创建库并生成plugins.qmltypes。然后将其与调试库一起使用。这在我的环境中有效。