aboutsummaryrefslogtreecommitdiffstats
path: root/README.pyside6.md
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-01-03 11:08:43 +0100
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-01-05 15:17:51 +0100
commit8bc34a117478ae43d24f65dcea3ea1299f61699c (patch)
tree993aa816104d8086afd51683590e0ac85ca854b4 /README.pyside6.md
parentf27c890dd7dc784961857fc0aa5dae87ce85c2ef (diff)
doc: update qmake mention on README
Replacing qtmake by qtpaths when necessary, and also dropping the paragraphs for the wheel and egg creation, because it's a process that we don't want to encourage anymore. Pick-to: 6.4 Change-Id: Idb3639f8207524b811ef12402088eb35b3f865d4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'README.pyside6.md')
-rw-r--r--README.pyside6.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.pyside6.md b/README.pyside6.md
index fe22602af..53dbe79e0 100644
--- a/README.pyside6.md
+++ b/README.pyside6.md
@@ -66,7 +66,7 @@ then install the dependencies, and following the instructions per platform.
A common build command will look like:
```
-python setup.py install --qmake=/path/to/bin/qmake --parallel=8 --build-tests
+python setup.py install --qtpaths=/path/to/bin/qtpaths6 --parallel=8 --build-tests
```
You can obtain more information about the options to build PySide and Shiboken