Module qnx
The qnx
module contains properties and rules for QNX development. It has been tested with the QNX 6.5, 6.6, and 7.0 SDKs.
General Properties
Property | Type | Since | Default | Description |
---|---|---|---|---|
sdkDir | string | 1.8 | determined automatically | The SDK base directory. By default it will be determined automatically if the QNX SDK is installed at one of the standard locations, such as ~/qnx700, /opt/qnx700, or C:\qnx700 |
configurationDir | string | 1.8 | ~/.qnx | The QNX configuration directory. Equivalent to the QNX_CONFIGURATION environment variable. |
Advanced Properties
Property | Type | Since | Default | Description |
---|---|---|---|---|
hostDir | string | 1.8 | determined automatically | The QNX host directory. Equivalent to the QNX_HOST environment variable. You should not normally need to set this property as it will be set to an appropriate value based on your host operating system and the installed QNX SDK in qnx.sdkDir . |
targetDir | string | 1.8 | determined automatically | The QNX target directory. Equivalent to the QNX_TARGET environment variable. You should not normally need to set this property as it will be set to an appropriate value based on the installed QNX SDK in qnx.sdkDir . |