【发布时间】:2013-05-07 06:27:54
【问题描述】:
我一直在寻找一个跨平台的 GUI 应用程序开发框架(用于构建 Linux、Android、Windows 应用程序和 OS X 的代码相同),我发现 Qt 最适合这个框架(受到启发,因为 VLC 媒体播放器是用 Qt 构建的)。
首先在 Ubuntu 中安装它,我在构建示例时遇到了一些问题,但我设法解决了它,并且 Qt 中给出的每个示例都运行良好。
但在 Windows 中,除了“Boxes”示例之外,每个示例都可以正常工作。
问题:
warning: Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c
error: This example requires Qt to be configured with -opengl desktop
安装 Qt 5.0.2 for Windows 32 位(VS 2010,OpenGL,476 MB)后
error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
所以,我检查了构建和运行选项,它显示
【问题讨论】:
-
您应该向 Qt 项目提交错误报告。
标签: windows qt opengl ubuntu cross-platform