aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-01 15:54:06 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-07 18:30:00 +0000
commitb29df93b5d968faa07a5aa93e326936ebcf2aab1 (patch)
treeae36ebe42dd2a1736b13bbcc949eb2b0ac6d0385
parent675dd371e8007a68f3382163011310571d851e07 (diff)
Fix Documentation - Cross Compilation
- Fix symlinks appears as if it were only a part of Option B of prerequisities. This is now fixed by adding a new sub-heading. - Added a note about having same version for host and target Qt. Having 6.3.0 on the host and 6.3.1 on the target, does not work for cross compilation. The documentation mentions same minor version works for cross compilation. However, this works for 6.2.4 on host and 6.2.1 on target. Hence, not completely removing the statement. Change-Id: Ic678dbf094998108c55d916074753db41e9a2e0f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit a372285581adc26730b7919d878bbe9eb2f64b2e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/gettingstarted.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside6/doc/gettingstarted.rst b/sources/pyside6/doc/gettingstarted.rst
index 1a465b79c..2ff8e30c2 100644
--- a/sources/pyside6/doc/gettingstarted.rst
+++ b/sources/pyside6/doc/gettingstarted.rst
@@ -133,6 +133,8 @@ on both the host, and the target. The used Qt versions on both platforms
should have the same minor version. That is, Qt 6.3 (host)
cannot be used with a Qt 6.2 (target), or the other way around.
+.. note:: It is recommended to use the same version of Qt on both host and target to avoid possible
+ unconventional errors.
Prerequisites
~~~~~~~~~~~~~
@@ -185,6 +187,9 @@ Copy the package from the target to your host:
Once you have the tar file, unpack it inside a ``rpi-sysroot`` directory.
+Fix Symlinks
+************
+
It is recommended to run the following script to fix
most of the issues you would find with symbolic links: