summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/websockets/websockets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websockets/websockets.pro b/examples/websockets/websockets.pro
index e5eddf6..8ad9645 100644
--- a/examples/websockets/websockets.pro
+++ b/examples/websockets/websockets.pro
@@ -9,7 +9,7 @@ SUBDIRS += qmlwebsocketclient \
qmlwebsocketserver
}
-contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
+qtConfig(ssl) {
SUBDIRS += \
sslechoserver \
sslechoclient