diff options
Diffstat (limited to '')
-rw-r--r-- | devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro b/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro index 668ae556ef40..2c5c484bbe6c 100644 --- a/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro +++ b/devel/qt5-assistant/files/patch-src_assistant_assistant_assistant.pro @@ -1,5 +1,5 @@ Do not use QtWebKit even if it is present to reduce the port's dependencies. ---- src/assistant/assistant/assistant.pro +--- src/assistant/assistant/assistant.pro.orig 2025-05-22 08:01:28 UTC +++ src/assistant/assistant/assistant.pro @@ -1,8 +1,4 @@ -qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) { @@ -9,5 +9,5 @@ Do not use QtWebKit even if it is present to reduce the port's dependencies. -} +BROWSER = qtextbrowser - QT += widgets network help sql help + QT += widgets network help sql qtHaveModule(printsupport): QT += printsupport |