summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-19 12:11:17 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-19 14:57:19 +0000
commitec201d18949e4f5af0ab3804ef87aba75fba8f7f (patch)
treee1f26969d10996a75fbf3f2b7857bb071d470f56 /src
parent32c3d9bb5a8825296cdfc92ffeeb44f74efbb638 (diff)
downloadqtwebsockets-ec201d18949e4f5af0ab3804ef87aba75fba8f7f.tar.gz
Clean up QT_CONFIG usage
Use the newer qtConfig() method instead. Change-Id: I197dbe01edaf8696ee06d30400bd18e53cf69c94 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/websockets/websockets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro
index b9a513b..e4366ba 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, ssl) | contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
+qtConfig(ssl) {
SOURCES += $$PWD/qsslserver.cpp
PRIVATE_HEADERS += $$PWD/qsslserver_p.h
}