From cbc538c0f8d6f7dc09fe0828c33e5fac2f851c82 Mon Sep 17 00:00:00 2001 From: Andrew Knight Date: Wed, 13 Aug 2014 08:41:16 +0300 Subject: Fix build with non-OpenSSL SSL-enabled backends Qt 5.4 introduced the ability to split out the OpenSSL-specific parts of SSL, so allow users of this configuration to still build the SSL server. Change-Id: I03e446c1c0fa4062afe16e58d1b7a80373da12a6 Reviewed-by: Maurice Kalinowski --- src/websockets/websockets.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/websockets/websockets.pro') diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro index c9cf6e5..b9a513b 100644 --- a/src/websockets/websockets.pro +++ b/src/websockets/websockets.pro @@ -40,7 +40,7 @@ SOURCES += \ $$PWD/qmaskgenerator.cpp \ $$PWD/qdefaultmaskgenerator_p.cpp -contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) { +contains(QT_CONFIG, ssl) | contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) { SOURCES += $$PWD/qsslserver.cpp PRIVATE_HEADERS += $$PWD/qsslserver_p.h } -- cgit v1.2.1