Building for GHS Integrity
Before you build the 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://codereview.qt-project.org/q/project:qt3dstudio%252Fogl-runtime. 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 OpenGL Runtime repo with the following command:
git clone https://code.qt.io/qt3dstudio/ogl-runtime.git
2. In the root folder of the cloned repo, run the qmake command
qmake
3. Next, run the make command
make