如何构建Qt快速2d渲染器

How to build Qt Quick 2d Renderer?

本文关键字:2d 快速 Qt 何构建 构建      更新时间:2023-10-16

我正在努力跟随http://doc.qt.io/QtQuick2DRenderer/qtquick2drenderer-installation-guide.html因此,我们可以在没有HW accel和OpenGL的设备中使用QtQuick。然而,我正在努力查找文章中提到的客户端伪代码在哪里,但我在http://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/

有人建造过能给我指明正确方向的东西吗?

谢谢!

我不认为它是"子模块",更像是子模块中的一个模块,即qtdeclarative子模块:

http://download.qt.io/development_releases/qt/5.8/5.8.0-alpha/submodules/qtdeclarative-opensource-src-5.8.0-alpha.zip在srcquickscenegraphadaptationssoftware中,也可以从git:git://code.qt.io/qt/qtdeclarative-render2d.git

中获取