revisions

This commit is contained in:
pls.153 2022-04-23 15:21:15 +02:00
parent 84876e7c43
commit c92740d1e7
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ This only describes the MSVC build.
* install the Windows SDK (for C header files etc.) * install the Windows SDK (for C header files etc.)
* install either Qt5 or Qt6 from the online installer, see * install either Qt5.15 (recommended) or Qt6 (will need some adaption of QML in
[readme-qt](readme-qt.md) the examples) from the online installer, see [readme-qt](readme-qt.md)
To be able to run everything from the command line, you need to set both To be able to run everything from the command line, you need to set both
the MSVC and the Qt environment variables like so: the MSVC and the Qt environment variables like so:

View file

@ -39,7 +39,7 @@ Tested
The examples are only tested with **Qt5.15**. The binding also works with The examples are only tested with **Qt5.15**. The binding also works with
**Qt6**, but would need some adaption of QML in most examples. It's recommended **Qt6**, but would need some adaption of QML in most examples. It's recommended
to use the new Qt online installer (see [doc/get-qt6](doc/get-qt6.md)), where to use the new Qt online installer (see [readme-qt](readme-qt.md)), where
you can choose to install different Qt versions side by side, sharing the same you can choose to install different Qt versions side by side, sharing the same
Qt Creator. Qt Creator.