qnx
Provides support for building QNX applications using the QNX SDK. More...
Since: | Qbs 1.8 |
Properties
- configurationDir : string
- hostDir : string
- sdkDir : string
- targetDir : string
Detailed Description
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.
Property Documentation
configurationDir : string |
The QNX configuration directory.
Equivalent to the QNX_CONFIGURATION
environment variable.
Default: ~/.qnx
hostDir : string |
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 sdkDir.
Default: Determined automatically.
sdkDir : string |
The SDK base directory.
Default: Determined automatically if the QNX SDK is installed at one of the standard locations, such as ~/qnx700
, /opt/qnx700
, or C:\\qnx700
.
targetDir : string |
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 sdkDir.
Default: Determined automatically.