X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=698cc492e116c32d5460e35ed7ac7558c9ca933f;hp=cb351652ea431160563b1c522ab6a66740655668;hb=bab0550b0e7d7a13dabb33ff4f8d0af7f1cc8e6e;hpb=8ee681e8d04043b095ae430fb7581fd6e1f5ea4c diff --git a/CMakeLists.txt b/CMakeLists.txt index cb351652..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") @@ -302,7 +302,7 @@ if(WIN32) endif(MSVC) if(HAVE_SSL AND STATIC) find_package(OpenSSL REQUIRED) - link_libraries(${OPENSSL_LIBRARIES}) + link_libraries(${OPENSSL_LIBRARIES} ${OPENSSL_EAY_LIBRARIES}) endif(HAVE_SSL AND STATIC) endif(WIN32)