summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-30 11:47:12 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-23 18:31:41 +0200
commit42f5902ba65d7b5fb951ceddc4b7e323427a15bd (patch)
tree086ea3a994c5b49b99fca6421956f2ecb48ab7d9 /README.asciidoc
parent4de0e90fd0c034b1c61f68f51853c0723e649d36 (diff)
downloadqutebrowser-42f5902ba65d7b5fb951ceddc4b7e323427a15bd.tar.gz
qutebrowser-42f5902ba65d7b5fb951ceddc4b7e323427a15bd.zip
Adjust Qt/PyQt version ranges
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.asciidoc b/README.asciidoc
index ec07ee7c2..97048dedb 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -72,20 +72,17 @@ https://www.the-compiler.org/pubkey.asc[0x916eb0c8fd55a072].
Requirements
------------
-// FIXME:qt6 update this
-
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.15.0 or newer (5.15 LTS 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 (5.15.2 or newer), 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
@@ -93,8 +90,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.15.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]