X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=8293af05977c62143d2450da3a0b08e92f4f6671;hb=65c463f0154b12bbcd15d3b51ac231dd530fad3a;hp=57480248292675a9c089712ecadf3a2a40486dfe;hpb=2c8d0b871a3afe6f00e7190a770162abd7a304e8;p=quassel.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 57480248..8293af05 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)