From 8f85a31e632ddddb1f9630a254396af5777ca2d5 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Fri, 4 Jun 2021 13:05:46 +0200 Subject: [PATCH] qtchooser: add page (#6079) --- pages/linux/qtchooser.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/qtchooser.md diff --git a/pages/linux/qtchooser.md b/pages/linux/qtchooser.md new file mode 100644 index 000000000..a9b95e999 --- /dev/null +++ b/pages/linux/qtchooser.md @@ -0,0 +1,24 @@ +# qtchooser + +> A wrapper used to select between Qt development binary versions. +> More information: . + +- List available Qt versions from the configuration files: + +`qtchooser --list-versions` + +- Print environment information: + +`qtchooser --print-env` + +- Run the specified tool using the specified Qt version: + +`qtchooser --run-tool={{tool}} --qt={{version_name}}` + +- Add a Qt version entry to be able to choose from: + +`qtchooser --install {{version_name}} {{path/to/qmake}}` + +- Display all available options: + +`qtchooser --help`