summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-03-17 20:30:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-03-17 20:30:13 +0100
commit4793070db3e5afec32470c440a63c6add0450880 (patch)
treed69cba543c311f3e131c76b5cbb9e6006f6fc32c /README.asciidoc
parent3d56f57e502ffaad40936f19f44083a2b63f0690 (diff)
parent30125a2e2e302b79a168db36cb5b3f18ff50f5bd (diff)
downloadqutebrowser-4793070db3e5afec32470c440a63c6add0450880.tar.gz
qutebrowser-4793070db3e5afec32470c440a63c6add0450880.zip
Merge branch 'qt6-v2' into master-qt6
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 651e0948b..4335a871c 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -83,15 +83,14 @@ Requirements
The following software and libraries are required to run qutebrowser:
* https://www.python.org/[Python] 3.7 or newer
-* https://www.qt.io/[Qt] 5.12.0 or newer (5.12 LTS or 5.15 recommended, Qt 6 is
- not supported yet) with the following modules:
+* https://www.qt.io/[Qt], either 6.2.0 or newer, or 5.15.0 or newer, with the following modules:
- QtCore / qtbase
- QtQuick (part of qtbase or qtdeclarative in some distributions)
- QtSQL (part of qtbase in some distributions)
- QtDBus (part of qtbase in some distributions; note that a connection to DBus at
runtime is optional)
- QtOpenGL
- - QtWebEngine, or
+ - QtWebEngine (if using Qt 5, 5.15.2 or newer), or
- alternatively QtWebKit (5.212) - **This is not recommended** due to known security
issues in QtWebKit, you most likely want to use qutebrowser with the
default QtWebEngine backend (based on Chromium) instead. Quoting the
@@ -99,8 +98,8 @@ The following software and libraries are required to run qutebrowser:
_[The latest QtWebKit] release is based on [an] old WebKit revision with known
unpatched vulnerabilities. Please use it carefully and avoid visiting untrusted
websites and using it for transmission of sensitive data._
-* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.12.0 or newer
- for Python 3
+* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 6.2.2 or newer
+ (Qt 6) or 5.15.0 or newer (Qt 5)
* https://palletsprojects.com/p/jinja/[jinja2]
* https://github.com/yaml/pyyaml[PyYAML]