Query and display QNX installations and configurations
qconfig [-abc] [-d path] [-e | -i | -l] [-h]
[-n installation_name] [-p] [-r program]
You'll find this option useful when setting up the environment for building software.
count: number_of_installations name: ... version: ... host: ... target: ...
There's a set of lines for each version of software that you've installed.
The qconfig utility sets or queries the QNX configuration files. It supports the coexistence of multiple versions of BlackBerry 10 OS on one machine.
Whenever you install a version of BlackBerry 10 OS, a configuration file is stored in a directory that depends on the host OS. Each configuration file defines the name of the installation and its base, host, and target directories.
The QNX_CONFIGURATION environment variable usually identifies the directory where the configuration files are stored, but you can override it by specifying the -d option. If neither of these produces a valid location, qconfig looks in /etc/qnx/qconfig before giving up and returning an error.
If you don't specify an installation with the -n option, qconfig uses the most current installation.
You can use qconfig to query your current configuration in a human-readable format, or you can use the -e option to set up your environment to use a certain installation.
List all the QNX installations:
qconfig
Set up your shell environment for a specific installation:
eval `qconfig -n "BlackBerry 10 Native SDK 10.2.0" -e`
Run a specific instance of qde (the IDE):
qconfig -n "BlackBerry 10 Native SDK 10.2.0" -r qde