mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
Add --use-official-installer doc to cli.rst
This commit is contained in:
committed by
GitHub
parent
44393832f3
commit
d4f2cdbe1b
13
docs/cli.rst
13
docs/cli.rst
@@ -499,6 +499,7 @@ install-qt command
|
|||||||
[--archives <archive> [<archive>...]]
|
[--archives <archive> [<archive>...]]
|
||||||
[--autodesktop]
|
[--autodesktop]
|
||||||
[--noarchives]
|
[--noarchives]
|
||||||
|
[--use-official-installer [<email> <password>]]
|
||||||
<host> <target> (<Qt version> | <spec>) [<arch>]
|
<host> <target> (<Qt version> | <spec>) [<arch>]
|
||||||
|
|
||||||
Install Qt library, with specified version and target.
|
Install Qt library, with specified version and target.
|
||||||
@@ -566,6 +567,18 @@ There are various combinations to accept according to Qt version.
|
|||||||
This is advanced option and you should use it with ``--modules`` option.
|
This is advanced option and you should use it with ``--modules`` option.
|
||||||
This allow you to add modules to existent Qt installation.
|
This allow you to add modules to existent Qt installation.
|
||||||
|
|
||||||
|
.. option:: --use-official-installer [email password]
|
||||||
|
|
||||||
|
Use the official Qt installer instead of the AQT approach. This option ignores
|
||||||
|
the ``--host`` parameter and forces installation for the current OS due to Qt
|
||||||
|
restrictions.
|
||||||
|
|
||||||
|
If you are already signed in and have a valid ``qtaccount.ini`` for the current
|
||||||
|
user, you can use this option without parameters. Otherwise, you must provide
|
||||||
|
an email and password to authenticate.
|
||||||
|
|
||||||
|
See :ref:`the official installer section<official>` for more details.
|
||||||
|
|
||||||
See `common options`_.
|
See `common options`_.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user