mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
update docu regarding Qt6
This commit is contained in:
parent
6865b0acf7
commit
0656c0138b
2 changed files with 10 additions and 12 deletions
|
|
@ -7,11 +7,10 @@ correctly, if you want to develop for mobile. Here you will find many links to
|
|||
other places.
|
||||
|
||||
|
||||
Install Qt5.15
|
||||
--------------
|
||||
Install Qt5/6
|
||||
-------------
|
||||
|
||||
For mobile we don't want latest Qt6, which currently still misses important QML
|
||||
modules. There is basically no way around the online installer, because you
|
||||
There is basically no way around the online installer, because (generally) you
|
||||
don't want to build the cross-compiled part of Qt for yourself.
|
||||
|
||||
See [reademe-qt](readme-qt.md) for the Qt online installer. You'll need to
|
||||
|
|
@ -24,8 +23,8 @@ Make sure to select the following in the online installer (assuming Linux):
|
|||
Even on Linux you really want the online installer. Yes it's a 1 GB download,
|
||||
but it brings all the examples, demos, tutorials, documentation, Qt Designer,
|
||||
all QML modules, so you won't miss anything. And you can easily add/remove
|
||||
parts later (see `~/Qt/MaintainanceTool` after installation), or install Qt6
|
||||
in the future (side by side).
|
||||
parts later (see `~/Qt/MaintainanceTool` after installation), or install both
|
||||
Qt5 and Qt6 side by side.
|
||||
|
||||
|
||||
Cross-compile ECL
|
||||
|
|
|
|||
|
|
@ -19,11 +19,10 @@ You'll need a (free) **Apple ID**, which is required anyway for deployment to
|
|||
devices.
|
||||
|
||||
|
||||
Install Qt5.15
|
||||
--------------
|
||||
Install Qt5/6
|
||||
-------------
|
||||
|
||||
For mobile we don't want latest Qt6, which currently still misses important QML
|
||||
modules. There is basically no way around the online installer, because you
|
||||
There is basically no way around the online installer, because (generally) you
|
||||
don't want to build the cross-compiled part of Qt for yourself.
|
||||
|
||||
See [reademe-qt](readme-qt.md) for the Qt online installer. You'll need to
|
||||
|
|
@ -36,8 +35,8 @@ Make sure to select the following in the online installer:
|
|||
You really want the online installer. Yes it's a 1 GB download, but it brings
|
||||
all the examples, demos, tutorials, documentation, Qt Designer, all QML
|
||||
modules, so you won't miss anything. And you can easily add/remove parts later
|
||||
(see `~/Qt/MaintainanceTool` after installation), or install Qt6 in the future
|
||||
(side by side).
|
||||
(see `~/Qt/MaintainanceTool` after installation), or install both Qt5 and Qt6
|
||||
side by side.
|
||||
|
||||
|
||||
Cross-compile ECL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue