我用用于Linux的qtOnline安装程序安装了qt creator和qt 3dstudio。我想使用这两个包来构建一个项目。我在qt3dstudio中设计项目,然后使用qtcreator对程序的逻辑进行编码。但是我无法将qt3dstudio模块导入代码。任何建议?
我需要在ubuntu 16.04LTS上进行此操作。我在网上找不到有关此问题的有用信息。我确实尝试构建qt3dstudio,但是某些依赖项导致我的ubuntu桌面停止工作,不得不重新安装ubuntu。
我的.pro文件中的QT模块:
QT += widgets qml quick gui 3dstudioruntime2
当我点击构建时,出现以下错误:
Unknown module(s) in QT: 3dstudioruntime2