Skip to content

Commit 8c9035f

Browse files
committed
fix: remove qt5
1 parent 2ff39fe commit 8c9035f

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

src/components/Comparison.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const libraries: Library[] = [
2828
"Bindings": "full",
2929
},
3030
languages: ["C++", "Rust", "Java", "PHP"],
31-
backends: [["WebView2", "Qt5 / Qt6"], ["WebKitGtk", "Qt5 / Qt6"], [
31+
backends: [["WebView2", "Qt"], ["WebKitGtk", "Qt"], [
3232
"WebKit",
33-
"Qt5 / Qt6",
33+
"Qt",
3434
]],
3535
},
3636
{

src/content/docs/getting-started/index.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These dependencies are **usually pre-installed** on the respective platform.
3333
operating system.
3434
</TabItem>
3535
<TabItem value="linux" label="Linux" >
36-
Saucer supports both WebKitGtk and Qt (5 & 6) on Linux.
36+
Saucer supports both WebKitGtk and Qt on Linux.
3737

3838
The **default backend is WebKitGtk**, but it can be configured through the `saucer_backend` CMake-Option.
3939

@@ -52,15 +52,6 @@ These dependencies are **usually pre-installed** on the respective platform.
5252
</ul>
5353
</TabItem>
5454
<TabItem value="qt" label="Qt" >
55-
<ul>
56-
<li>qt5-qtwebengine</li>
57-
<li>qt5-qtwebchannel</li>
58-
<li>qt5-qtbase-gui</li>
59-
<li>qt5-qtbase</li>
60-
</ul>
61-
62-
_...or if you're targetting Qt6:_
63-
6455
<ul>
6556
<li>qt6-qtwebengine</li>
6657
<li>qt6-qtwebchannel</li>

0 commit comments

Comments
 (0)