summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/websockets.pro
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 /tests/auto/websockets/websockets.pro
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 'tests/auto/websockets/websockets.pro')
-rw-r--r--tests/auto/websockets/websockets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/websockets/websockets.pro b/tests/auto/websockets/websockets.pro
index 4698cd0..b000229 100644
--- a/tests/auto/websockets/websockets.pro
+++ b/tests/auto/websockets/websockets.pro
@@ -3,7 +3,7 @@ TEMPLATE = subdirs
SUBDIRS = \
qwebsocketcorsauthenticator
-contains(QT_CONFIG, private_tests): SUBDIRS += \
+qtConfig(private_tests): SUBDIRS += \
websocketprotocol \
dataprocessor \
websocketframe \