QtQuick2ApplicationViewer

QtQuick2ApplicationViewer

我构建了Qt库的静态版本,并基于QtQuick2ApplicationViewer编译了测试应用程序。启动时会产生错误:

file:///F:/qt_projects/untitled9-build-5_0_0_static-__________________________/qml/untitled9/main.qml:1:1: module "QtQuick" plugin "qtquick2plugin" not found
     import QtQuick 2.0
     ^
Remove me: fixing toplevel window flags
Unable to find a renderable master window QtQuick2ApplicationViewer(0x28fe38) when trying to render QtQuick2ApplicationViewer(0x28fe38)  ( QRect(8,30 116x0) ).


如何将插件“ qtquick2plugin”添加到我的应用程序中?

最佳答案

我也有同样的问题。我已将错误报告发送给Qt社区:

https://bugreports.qt-project.org/browse/QTBUG-28357

该链接包含说明和我对您的问题的解决方案。不幸的是,这对我没有帮助,但实际上可能会对您的情况有所帮助,或者只是解决情况。

08-06 20:27