2017-03-02 11 views
0

私はQNXのキットを使用して、私のQNXターゲットにその実行可能ファイルを実行しようとしている「フレームバッファ」canvas3D例を遵守しているが、それは誤り下に投げている:は「QtCanvas3Dがインストールされていない」QNXターゲットにerron

./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(エンタープライズ版)ライセンス版を使用しています。

答えて

0

QTがインストールされているフォルダで利用できるように、パスQML2_IMPORT_PATH= "qml path"を設定してください。

関連する問題