X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=698cc492e116c32d5460e35ed7ac7558c9ca933f;hp=4baf76a1f1c4a46fe2f4d872fd4c07ef8a209035;hb=bb94bb24a70ee1b0784afe6a7b2b875ec68053d1;hpb=e5a433c13efbd7831520787ceb707bda80f49de7 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4baf76a1..698cc492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,7 +191,7 @@ if(WITH_WEBKIT) if(QT_QTWEBKIT_FOUND) message(STATUS "Found QtWebKit, enabling WebKit support") add_definitions(-DHAVE_WEBKIT) - set(LINK_WEBKIT WEBKIT) + set(LINK_WEBKIT WEBKIT XMLPATTERNS) set(HAVE_WEBKIT true) else(QT_QTWEBKIT_FOUND) message(STATUS "QtWebKit not found, disabling WebKit support")