【问题标题】:"QtCanvas3D is not installed" erron on qnx targetqnx 目标上的“未安装 Qt Canvas 3D”错误
【发布时间】:2017-03-02 15:02:04
【问题描述】:

我已经使用 Qnx 套件编译了“frameBuffer”canvas3D 示例,并尝试在我的 Qnx 目标上运行该可执行文件,但它抛出以下错误:

./framebuffer &

[1] 1216519
QML debugging is enabled. Only use this in a safe environment.
QQnxScreen: QQNX_PHYSICAL_SCREEN_SIZE variable not set. Could not    determine physical screen size. Defaulting to 150x90.
qrc:/main.qml:39:1: module "QtQuick.Controls" is not installed
qrc:/main.qml:40:1: module "QtQuick.Layouts" is not installed
qrc:/main.qml:38:1: module "QtCanvas3D" is not installed
qrc:/main.qml:39:1: module "QtQuick.Controls" is not installed
qrc:/main.qml:40:1: module "QtQuick.Layouts" is not installed
qrc:/main.qml:38:1: module "QtCanvas3D" is not installed
qrc:/main.qml:39:1: module "QtQuick.Controls" is not installed
qrc:/main.qml:40:1: module "QtQuick.Layouts" is not installed
qrc:/main.qml:38:1: module "QtCanvas3D" is not installed

谁能建议如何安装这些缺失的模块。我使用的是 Qt Crea tor 3.5.1(enterprise) 授权版。

【问题讨论】:

    标签: qt qnx qt3d


    【解决方案1】:

    尝试设置路径QML2_IMPORT_PATH= "qml path",它应该在您的QT安装文件夹中可用。

    【讨论】:

      猜你喜欢
      • 2014-11-21
      • 1970-01-01
      • 1970-01-01
      • 2022-11-05
      • 1970-01-01
      • 1970-01-01
      • 2010-11-30
      • 2023-04-07
      • 1970-01-01
      相关资源
      最近更新 更多