Forrest logo
back to context overview

qtchooser

List of commands for qtchooser:

  • qtchooser:tldr:0987e qtchooser: List available Qt versions from the configuration files.
    $ qtchooser --list-versions
    try on your machine
    explain this command
  • qtchooser:tldr:4fefd qtchooser: Display all available options.
    $ qtchooser --help
    try on your machine
    explain this command
  • qtchooser:tldr:5b537 qtchooser: Print environment information.
    $ qtchooser --print-env
    try on your machine
    explain this command
  • qtchooser:tldr:983f3 qtchooser: Add a Qt version entry to be able to choose from.
    $ qtchooser --install ${version_name} ${path-to-qmake}
    try on your machine
    explain this command
  • qtchooser:tldr:e7b6f qtchooser: Run the specified tool using the specified Qt version.
    $ qtchooser --run-tool=${tool} --qt=${version_name}
    try on your machine
    explain this command
back to context overview