summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/handshakerequest/handshakerequest.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/handshakerequest/handshakerequest.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/handshakerequest/handshakerequest.pro')
-rw-r--r--tests/auto/websockets/handshakerequest/handshakerequest.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/websockets/handshakerequest/handshakerequest.pro b/tests/auto/websockets/handshakerequest/handshakerequest.pro
index 6a373b8..aa7779e 100644
--- a/tests/auto/websockets/handshakerequest/handshakerequest.pro
+++ b/tests/auto/websockets/handshakerequest/handshakerequest.pro
@@ -10,4 +10,4 @@ QT = core testlib websockets websockets-private
SOURCES += tst_handshakerequest.cpp
-requires(contains(QT_CONFIG, private_tests))
+requires(qtConfig(private_tests))