aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-11-20 15:05:32 +0100
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-11-21 09:29:45 +0100
commitee92bd32094555209172bdc555f0ce1514e49cdf (patch)
treeb3b9392f2788986182adb61b492f8b94486fd86f /README.md
parent5935b0f45503eabbd24c7379701b48bb2874a8ac (diff)
doc: remove double white space
Pick-to: 6.6 Change-Id: I68b835bb5fa00d35fe5406deee2acc83c7bac7cb Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1e1be470f..449a40bab 100644
--- a/README.md
+++ b/README.md
@@ -61,19 +61,19 @@ are found by the QtNetwork module.
## Building Additional Options
On Linux and macOS you can use the option `--standalone` to embed Qt libraries
-into the PySide6 package. The option does not affect Windows, because it is
+into the PySide6 package. The option does not affect Windows, because it is
used implicitly, i.e. all relevant DLLs have to be copied into the PySide6
package anyway, because there is no proper rpath support on the platform.
You can use the option `--rpath=/path/to/lib/path` to specify which rpath
-values should be embedded into the PySide6 modules and shared libraries. This
+values should be embedded into the PySide6 modules and shared libraries. This
overrides the automatically generated values when the option is not specified.
You can use the option `--qt-conf-prefix` to pass a path relative to the
PySide6 installed package, which will be embedded into an auto-generated
-`qt.conf` registered in the Qt resource system. This path will serve as the
+`qt.conf` registered in the Qt resource system. This path will serve as the
PrefixPath for QLibraryInfo, thus allowing to choose where Qt plugins should be
-loaded from. This option overrides the usual prefix chosen by `--standalone`
+loaded from. This option overrides the usual prefix chosen by `--standalone`
option, or when building on Windows.
To temporarily disable registration of the internal `qt.conf` file, a new
@@ -209,7 +209,7 @@ make sure to specify the following things:
a system interpreter, or a virtualenv one for example)
Once that is done, just re-run CMake, so that it picks up the new environment
-values. If needed, all other cache variables defined by the project files can
+values. If needed, all other cache variables defined by the project files can
be re-adjusted (for example FORCE_LIMITED_API).
## Command line CMake case