我构建了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”添加到我的应用程序中?
答案 0 :(得分:2)
我有同样的问题。我已经向Qt-community发送了bug报告:
https://bugreports.qt-project.org/browse/QTBUG-28357
此链接包含说明和我的问题解决方案。不幸的是,它对我没有帮助,但在你的情况下确实可能有所帮助,或者只是清除情况。