From 9fcb650a3f86c208d02cd3102edcebdda9b9571a Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Tue, 6 Apr 2021 22:55:38 +0200 Subject: doc: update Qt 5 references from README This change updates all the references we had in the README files pointing to Qt5, PySide2, and old URLs. Pick-to: 6.0 Change-Id: I9512522418df0c3996031333180e18aef03057ed Reviewed-by: Friedemann Kleint --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 36a05cb30..00a41f89f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ e.g.: * First, we create a bdist_wheel from a full PySide6 build: ``` - python setup.py bdist_wheel --qmake=c:\Qt\5.12\bin\qmake.exe + python setup.py bdist_wheel --qmake=c:\Qt\6.0\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --openssl=c:\libs\OpenSSL32bit\bin ``` @@ -85,7 +85,7 @@ e.g.: `--only-package`: ``` python setup.py bdist_egg --only-package - --qmake=c:\Qt\5.15\bin\qmake.exe + --qmake=c:\Qt\6.0\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --openssl=c:\libs\OpenSSL32bit\bin ``` @@ -137,10 +137,10 @@ using `setup.py build`: ## Requirements - * Python 3.6+ are supported, + * Python 3.6+ is supported, * CMake: Specify the path to cmake with `--cmake` option or add cmake to the system path. - * Qt 5.12+ is supported. Specify the path to qmake with `--qmake` option or + * Qt 6.0+ is supported. Specify the path to qmake with `--qmake` option or add qmake to the system path. ### Optional @@ -152,7 +152,7 @@ platforms. Please note that official Windows packages do not ship the OpenSSL libraries due to import/export restrictions as described in -http://doc.qt.io/qt-5/ssl.html#import-and-export-restrictions +http://doc.qt.io/qt-6/ssl.html#import-and-export-restrictions You can specify the location of the OpenSSL DLLs with the following option: `--openssl=`. -- cgit v1.2.3