X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=1a05ed5263c3a35a19f25d5bb96b75f4f1038dbb;hp=168162bf659692f1d67da0f20af67d99165dd6aa;hb=6ada5e90bd87dba5fcb71b7a696fd99ac7676bd7;hpb=8bf4155c52557a43571b5d82dcd710e63165fb04 diff --git a/CMakeLists.txt b/CMakeLists.txt index 168162bf..1a05ed52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ if (NOT WITH_KDE) endif() # For this, the feature info is added after we know if QtWebkit is installed -option(WITH_WEBKIT "WebKit support (for link previews) (legacy)" ON) +option(WITH_WEBKIT "WebKit support (for link previews) (legacy)" OFF) # For this, the feature info is added after we know if QtWebEngine is installed option(WITH_WEBENGINE "WebEngine support (for link previews)" ON)