diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/websockets/websockets.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |