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:
- 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
- Run the following
git submodule
command:git submodule update --init --recursive
- In the root folder of the cloned repo, run the
qmake
command:qmake
- Next, run the
make
command:make
For deployment, see the Qt for Integrity documentation.
Available under certain Qt licenses.
Find out more.