显然,缺少一些先决条件:Building native extensions. This could take a while...Project ERROR: Unknown module(s) in QT: qml quick
make: *** No targets specified and no makefile foundResults logged to /var/lib/gems/2.1.0/extensions/x
当使用QtCreator时,我在编辑器中显示一个qml文件。qml文件用于一个名为main.qml的插件文件。
然后单击Design按钮。它显示错误消息:QML module not found。如果我使用Go to error链接,它将转到包含以下import com.name.os.app.all 1.0的行。这是插件所需的各种组件qml文件的位置。我已经将路径c:\users\me\ui\viewer\添加到我
根据https://doc.qt.io/qtcreator/qtquick-placeholder-data.html#creating-dummy-context,我想在我的QT 5.15.2项目中添加一个虚拟上下文该网页提到创建一个包含以下内容的qml文件: import QtQuick 2.0
import QmlDesigner 2.0 // this is where the error is indicated: qml</e
当我在克隆的github项目中运行qmake时,我得到了上面标题为error的信息。以下是项目文件。Project created by QtCreator 2013-01-18T22:28:41#-------------------------------------------------
QT