C

为 GHS Integrity 构建 Qt 3D Studio OpenGL 运行时

在构建 Qt 3D Studio OpenGL 运行时之前,您需要构建 Qt for Integrity。然后,按照以下步骤操作

  1. https://code.qt.io/cgit/qt3dstudio/ogl-runtime.git/ 克隆 OpenGL 运行时存储库。您可以使用 git clone 命令克隆仓库
    git clone git://code.qt.io/qt3dstudio/ogl-runtime.git

    注意:如果您想使用 HTTPS 协议,可以使用以下命令克隆 Qt 3D Studio OpenGL 运行时仓库

    git clone https://code.qt.io/qt3dstudio/ogl-runtime.git
  2. 运行以下 git submodule 命令
    git submodule update --init --recursive
  3. 在克隆仓库的根目录下,运行 qmake 命令
    qmake
  4. 接下来,运行 make 命令
    make

有关部署信息,请参阅 Qt for Integrity 文档。

受某些 Qt 许可证约束。
了解更多。