From: Manuel Nickschas Date: Mon, 31 Mar 2014 21:14:55 +0000 (+0200) Subject: We don't actually require XmlPatterns for WebKit X-Git-Tag: 0.11.0~40 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=7f8c7852c2ee6b529fbc6c5fa38b49b53b15af1a;ds=inline We don't actually require XmlPatterns for WebKit No clue why we forced linking against that one, but it doesn't seem to be required for both Qt4 and Qt5, so let's just remove the dependency. --- diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 84a08b98..b66b090c 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -125,7 +125,7 @@ endif() if (QT_QTWEBKIT_FOUND OR Qt5WebKitWidgets_FOUND) add_definitions(-DHAVE_WEBKIT) - list(APPEND QT_MODULES WebKit XmlPatterns) + list(APPEND QT_MODULES WebKit) if (USE_QT5) list(APPEND QT_MODULES WebKitWidgets) endif()