X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=cmake%2Fmodules%2FFindQt4.cmake;h=ebd0106297e02e80b8c56a35d15b4f76e42d9d48;hp=d778da6fb2b5c86c12cf04e1332ee019b47d37e3;hb=e0014404a0bade964151fb589a568ad40ec25992;hpb=78ebc9ede7f1f96d7549c07a8f5ce55515146061 diff --git a/cmake/modules/FindQt4.cmake b/cmake/modules/FindQt4.cmake index d778da6f..ebd01062 100644 --- a/cmake/modules/FindQt4.cmake +++ b/cmake/modules/FindQt4.cmake @@ -1456,6 +1456,11 @@ IF (QT4_QMAKE_FOUND) # Trolltech said they'd consider exporting it for all platforms in future releases. SET(QT_DEFINITIONS ${QT_DEFINITIONS} -DQT_SHARED) ENDIF(NOT QT_CONFIG MATCHES "static") + + # OpenSSL + IF(NOT QT_QCONFIG MATCHES "openssl") + SET(QT_DEFINITIONS ${QT_DEFINITIONS} -DQT_NO_OPENSSL) + ENDIF(NOT QT_QCONFIG MATCHES "openssl") ## system png IF(QT_QCONFIG MATCHES "system-png")