Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚刚安装了 Qt 5.0.2(qt-windows-opensource-5.0.2-mingw47_32-x86-offline;在这里我会说“哇”,因为 IDE 的界面很酷)并且在尝试“时遇到一个警告和一个错误”运行“盒子”示例:
Qt 是用 ANGLE 构建的,它在 DirectX 9.0c 之上仅提供 OpenGL ES 2.0 此示例需要使用 -opengl 桌面配置 Qt
Qt 是用 ANGLE 构建的,它在 DirectX 9.0c 之上仅提供 OpenGL ES 2.0
此示例需要使用 -opengl 桌面配置 Qt
在他们的 wiki 中搜索,但没有找到我应该做些什么来修复它:(
有人想对此多加了解吗?
这是指-opengl desktop配置库构建时可以传递给Qt的构建系统的配置选项。您确实安装了 Qt 的预编译版本,并且无法对其构建选项进行太多更改。您必须下载 Qt 源代码并根据您的配置需要构建它们。
-opengl desktop