Qbs

Blog Documentation Get Qbs
  • Qbs Manual
  • QbsModules
  • qnx
  • Qbs 2.3.0
  • qnx QML Type

    Provides support for building QNX applications using the QNX SDK. More...

    Import Statement: import QbsModules
    Since: Qbs 1.8

    Properties

    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.