summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-19 16:46:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-23 18:31:41 +0200
commitc5a51eb0bcbab0b68cdfbf3eba2e681cff2adf7a (patch)
treebc28900a68442263fe84d846ddf1d10db257838d /README.asciidoc
parent5e5044e033798344ff2261ed8b8c9e51a9141546 (diff)
downloadqutebrowser-c5a51eb0bcbab0b68cdfbf3eba2e681cff2adf7a.tar.gz
qutebrowser-c5a51eb0bcbab0b68cdfbf3eba2e681cff2adf7a.zip
Drop Qt < 5.15
Fixes #7091 TODO: Add changelog
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc
index d68268316..ec07ee7c2 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -72,10 +72,12 @@ 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.12.0 or newer (5.12 LTS or 5.15 recommended, Qt 6 is
+* https://www.qt.io/[Qt] 5.15.0 or newer (5.15 LTS recommended, Qt 6 is
not supported yet) with the following modules:
- QtCore / qtbase
- QtQuick (part of qtbase or qtdeclarative in some distributions)
@@ -83,7 +85,7 @@ The following software and libraries are required to run qutebrowser:
- QtDBus (part of qtbase in some distributions; note that a connection to DBus at
runtime is optional)
- QtOpenGL
- - QtWebEngine, or
+ - QtWebEngine (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
@@ -91,7 +93,7 @@ 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
+* https://www.riverbankcomputing.com/software/pyqt/intro[PyQt] 5.15.0 or newer
for Python 3
* https://palletsprojects.com/p/jinja/[jinja2]
* https://github.com/yaml/pyyaml[PyYAML]