环境 ubuntu14.4 qt5.12.2
QQmlApplicationEngine engine;
engine.rootContext()->setContextProperty("viewCtl", new ViewCtl);
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
QQmlApplicationEngine failed to load component
qrc:/main.qml:1 module "QtQuick" plugin "qtquick2plugin" not found
源代码在windows端运行无问题,在linux端提示如上错误,是否需要对系统进行某些配置