Update documents

- Add --autodesktop example on README
- Update patch version in examples
- Add missing changes

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2022-09-23 12:20:14 +09:00
parent 933aed1bd0
commit d82d20f95e
4 changed files with 12 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ Changed
------- -------
* Update Security policy * Update Security policy
* Update combinations.json(#566) * Update combinations.json(#566)
* CI: now test on MacOS 12(#541)
`v2.2.3`_ (17, Aug. 2022) `v2.2.3`_ (17, Aug. 2022)
------------------------- -------------------------

View File

@@ -147,6 +147,12 @@ To install Qt 6.2.0 with the modules 'qtcharts' and 'qtnetworking', you can use
aqt install-qt windows desktop 6.2.0 win64_mingw81 -m qtcharts qtnetworking aqt install-qt windows desktop 6.2.0 win64_mingw81 -m qtcharts qtnetworking
When you want to install Qt for android with required desktop toolsets
.. code-block:: console
aqt install-qt linux android 5.13.2 android_armv7 --autodesktop
When aqtinstall downloads and installs packages, it updates package configurations When aqtinstall downloads and installs packages, it updates package configurations
such as prefix directory in ``bin/qt.conf``, and ``bin/qconfig.pri`` such as prefix directory in ``bin/qt.conf``, and ``bin/qconfig.pri``

View File

@@ -18,7 +18,7 @@ All contributors, listed alphabetically, are:
* Aurélien Gâteau (patching to qmake) * Aurélien Gâteau (patching to qmake)
* Benjamin O (Github Actions and more) * Benjamin O (Github Actions and more)
* Christian Hoffmann (Update mirror list) * Christian Hoffmann (Update mirror list)
* David Dalcino (Many improvements on CI automations, List commands, tests, documents and so on) * David Dalcino (Many improvements on CI automations, commands, tests, documents and so on)
* Doronin Stanislav (document) * Doronin Stanislav (document)
* Fabrice Le Bars (32bit binary) * Fabrice Le Bars (32bit binary)
* Felix Barz (Android, Explicit extra module installation) * Felix Barz (Android, Explicit extra module installation)

View File

@@ -804,12 +804,12 @@ Command examples
.. program:: None .. program:: None
Example: Installing Qt SDK 5.12.0 for Linux with QtCharts and QtNetworkAuth: Example: Installing Qt SDK 5.12.12 for Linux with QtCharts and QtNetworkAuth:
.. code-block:: console .. code-block:: console
pip install aqtinstall pip install aqtinstall
sudo aqt install-qt --outputdir /opt linux desktop 5.12.0 -m qtcharts qtnetworkauth sudo aqt install-qt --outputdir /opt linux desktop 5.12.12 -m qtcharts qtnetworkauth
Example: Installing the newest LTS version of Qt 5.12: Example: Installing the newest LTS version of Qt 5.12:
@@ -820,11 +820,11 @@ Example: Installing the newest LTS version of Qt 5.12:
sudo aqt install-qt linux desktop 5.12 win64_mingw73 sudo aqt install-qt linux desktop 5.12 win64_mingw73
Example: Installing Android (armv7) Qt 5.10.2: Example: Installing Android (armv7) Qt 5.13.2:
.. code-block:: console .. code-block:: console
aqt install-qt linux android 5.10.2 android_armv7 --autodesktop aqt install-qt linux android 5.13.2 android_armv7 --autodesktop
Example: Install examples, doc and source: Example: Install examples, doc and source: