X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=3429f244a4f7f9d2989bfd7608e78ae4774f0741;hp=ba4a13f195b883f76fbb8603d7ef338258081d8f;hb=d70ad670bcbf15a8ecad709433fe985fabda3303;hpb=a113f73e5f8ce89c3df5c42d55528404fc7a2294 diff --git a/INSTALL b/INSTALL index ba4a13f1..3429f244 100644 --- a/INSTALL +++ b/INSTALL @@ -98,11 +98,17 @@ options here: also the bundled icon theme in Quassel before version 0.13. By default, WITH_OXYGEN is OFF. +-DWITH_WEBENGINE=(ON|OFF) + Use WebEngine for showing previews of webpages linked in the chat. Requires + the QtWebEngine module to be available, and increases the client's RAM usage + by *a lot* if enabled at runtime. Only available for Qt5. The default is ON. + -DWITH_WEBKIT=OFF - Use Webkit for showing previews of webpages linked in the chat. Requires - the QtWebkit module to be available, and increases the client's RAM usage - by *a lot* if enabled at runtime. Note also that Webkit frequently crashes - especially on Windows. + Use WebKit for showing previews of webpages linked in the chat. Requires + the QtWebKit module to be available, and increases the client's RAM usage + by *a lot* if enabled at runtime. + Note that WebKit support is deprecated and mostly unmaintained in Qt, and + should no longer be used for security reasons. The default is OFF. -DEMBED_DATA=(ON|OFF) Specifies whether Quassel's data files (icons, translations and so on)