From 3c57d7261439448952cced5a404878f2d3772eac Mon Sep 17 00:00:00 2001 From: Curve Date: Fri, 4 Oct 2024 14:41:47 +0200 Subject: [PATCH] fix(docs/dependencies): mention Qt6 --- docs/getting-started/dependencies.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/dependencies.mdx b/docs/getting-started/dependencies.mdx index 3ef51a1..bda1031 100644 --- a/docs/getting-started/dependencies.mdx +++ b/docs/getting-started/dependencies.mdx @@ -18,7 +18,7 @@ On Windows the [WebView2 Runtime](https://developer.microsoft.com/microsoft-edge -Saucer supports both WebKitGtk and Qt on Linux. The default backend is WebKitGtk, but it can be configured through the `saucer_backend` CMake variable. +Saucer supports both WebKitGtk and Qt5 as well as Qt6 on Linux. The default backend is WebKitGtk, but it can be configured through the `saucer_backend` CMake variable. Both Qt and WebKitGtk are well established in the Linux world and most systems have either of them installed already. In case you dont have either installed on your system, you may refer to your distribution on how to install the following packages: @@ -43,6 +43,15 @@ Package names may differ on your distribution!
  • qt5-qtwebchannel
  • qt5-qtbase-gui
  • qt5-qtbase
  • + + +...or if you're targetting Qt6: + +