Building the HMI application for a QNX target

After creating a Qt project and defining the necessary resources for the HMI, you can build the application binary and then deploy and run it on the target.

To build and run HMI applications written for QNX Apps and Media 1.0, follow these same steps.

To compile the HMI application:
In the Build menu, choose Build Project "QtHmi".
Note: If you're rebuilding a legacy application, your project will likely be named something other than "QtHmi".

Qt Creator starts building the application and displays the QCC output in the Compile Output window.

If the application builds successfully, the binary will be in the build directory specified in the General section of the Build Settings page, which is accessed by clicking the Projects icon on the left side and then selecting the project for the HMI that you want to run.

If the build fails, you can review the messages shown in the Compile Output window (which is accessed by clicking the button with the same name at the bottom) to determine the cause of the failure, and then fix the project as necessary.

Note: Qt Creator has many features to make compilation and debugging easier, as explained in "Tips for compiling programs in Qt Creator".