本文介绍了Qt中的未知模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Qt中的未知模块:3-d.据我所知,Qt(5.6)已经具有3D库,为什么在Qt中使用它时仍会显示此提醒?非常感谢.
Unknown module(s) in Qt: 3-d. As I know, Qt(5.6) already have 3-D library, why still appear this reminder when I use it in Qt? Thanks very much.
推荐答案
由于3-d
不是Qt
模块,因此Qt3D
页面上列出了正确的模块,但: Qt3D文档.
Because 3-d
isn't a Qt
module, the correct modules are listed on the Qt3D
page though: Qt3D Docs.
它们是:QT += 3dcore 3drender 3dinput 3dlogic
这篇关于Qt中的未知模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!