From 0656c0138b38ac8221ccacbdf39537bb2ffbaa0c Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Wed, 19 Nov 2025 15:23:47 +0100 Subject: [PATCH] update docu regarding Qt6 --- beginners-guide-android.md | 11 +++++------ beginners-guide-ios.md | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/beginners-guide-android.md b/beginners-guide-android.md index 96649e6..64c54d3 100644 --- a/beginners-guide-android.md +++ b/beginners-guide-android.md @@ -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 diff --git a/beginners-guide-ios.md b/beginners-guide-ios.md index ab5dc94..261a859 100644 --- a/beginners-guide-ios.md +++ b/beginners-guide-ios.md @@ -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