C

Building Qt 3D Studio OpenGL Runtime for GHS Integrity

Before you build the Qt 3D Studio OpenGL Runtime for Integrity, you will need to build Qt for Integrity. Then, follow the steps below:

  1. Clone the OpenGL Runtime repository from https://code.qt.io/cgit/qt3dstudio/ogl-runtime.git/. You can clone the repo with the git clone command:
    git clone git://code.qt.io/qt3dstudio/ogl-runtime.git

    Note: If you want to use the HTTPS protocol, you can clone the Qt 3D Studio OpenGL Runtime repo with the following command:

    git clone https://code.qt.io/qt3dstudio/ogl-runtime.git
  2. Run the following git submodule command:
    git submodule update --init --recursive
  3. In the root folder of the cloned repo, run the qmake command:
    qmake
  4. Next, run the make command:
    make

For deployment, see the Qt for Integrity documentation.

Available under certain Qt licenses.
Find out more.