Building for QNX: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 59: Line 59:
[[File:Opengl runtime build step.png]]
[[File:Opengl runtime build step.png]]


5. Build.
5. From the menu, select ''Build'' > ''Build Project "opengl-runtime"''.


6. The Runtime is installed in the same folder where you have installed the QNX prebuilt components.
6. The Runtime is installed in the same folder where you have installed the QNX prebuilt components.

Revision as of 19:33, 11 June 2019

Before you build the OpenGL Runtime for QNX, you will need to install Qt for QNX and Qt 3D Studio.

Install Qt for QNX

1. Download and install QNX SDP 7.0 from the QNX software center.

2. Run the Qt online installer. You can get it from https://www.qt.io/download.

3. Select the desired prebuilt QNX component.

Qt installer qnx prebuild.png

4. Select the folder where your QNX SDP is installed.

Qnx sdp folder.png

5. Press Next, then press Install. The Qt Creator will now run.

Install Qt 3D Studio

1. Clone the Qt 3D Studio repository from https://code.qt.io/qt3dstudio/qt3dstudio.git. You can clone the repo with the git clone command:

 git clone git://code.qt.io/qt3dstudio/qt3dstudio.git

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

 git clone https://code.qt.io/qt3dstudio/qt3dstudio.git

2. Open qt3dstudio.pro in the Qt Creator. qt3dstudio.pro is located in the root of the cloned repository.

Qt3dstudio pro.png

3. Select desired prebuilt QNX Component.

Select prebuilt QNX component.png

4. Press Configure Project.

5. Select the Project tab and Build Settings.

6. Add a build step with the argument install.

Add build step.png

7. From the menu, select Build > Build Project "qt3dstudio".

Build the OpenGL Runtime

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 OpenGL Runtime repo with the following command:

 git clone https://code.qt.io/qt3dstudio/ogl-runtime.git

2. Open ogl-runtime.pro in Qt Creator. ogl-runtime.pro is located in the root of the cloned repository.

3. Select the desired prebuilt QNX component and select Configure Project.

Ogl runtime qnx component.png

4. Add a build step with argument install.

Opengl runtime build step.png

5. From the menu, select Build > Build Project "opengl-runtime".

6. The Runtime is installed in the same folder where you have installed the QNX prebuilt components.

Deploy the OpenGL Runtime

To deploy to the target device, follow the steps below:

1. In Qt Creator, select Tools > Options.

2. Select the Devices tab

3. Select Add, and select QNX Device.