1Do not use QtWebKit even if it is present to reduce the port's dependencies.
2--- src/assistant/assistant/assistant.pro.orig	2025-05-22 08:01:28 UTC
3+++ src/assistant/assistant/assistant.pro
4@@ -1,8 +1,4 @@
5-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
6-    BROWSER = qtwebkit
7-} else {
8-    BROWSER = qtextbrowser
9-}
10+BROWSER = qtextbrowser
11
12 QT += widgets network help sql
13 qtHaveModule(printsupport): QT += printsupport
14