Linux Commands Examples

A great documentation place for Linux commands

qtchooser

a wrapper used to select between Qt development binary versions

Synopsis

qtchooser -list-versions
qtchooser -print-env
[-qt=version]
qtchooser -run-tool=
tool [-qt=version] [program_arguments]
<executable_name>
[-qt=version] [program_arguments]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

Qt is a cross-platform C++ application framework. Qt’s primary feature is its rich set of widgets that provide standard GUI functionality.

The Qt Chooser provides a wrapper to switch between versions of Qt development binaries when multiple versions like 4 and 5 are installed or local Qt builds are to be used.

It is commonly used via a symlink from an executable_name like qmake.

options

The options which apply to the qtchooser command are:

-list-versions

Lists available Qt versions from the configuration files

-print-env

Prints environment information

-qt=version

Selects version as the Qt version to be used

-run-tool=tool

Runs the selected tool.

environment

QT_SELECT

Same as -qt=version. If set, the selected configuration is used and binaries symlinked to qtchooser will be executed without additional paramenters.

XDG_CONFIG_HOME
XDG_CONFIG_DIRS

Used as specified in <http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>

files

/etc/xdg/qtchooser/*.conf

System-wide configuration files. Each has two lines, the first is the path to the binaries and the second is the path to the Qt libraries. If a default.conf is provided, the settings from it will be automatically used in case nothing else is selected.

$HOME/.config/qtchooser/*.conf

User configuration files.


author

qtchooser was written by Thiago Macieira from Intel.

This manual page was written by Timo Jyrinki <timo[:at:]debian[:dot:]org>, for the Debian project (but may be used by others).

How can this site be more helpful to YOU ?


give  feedback