From ec201d18949e4f5af0ab3804ef87aba75fba8f7f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 19 Aug 2016 12:11:17 +0200 Subject: Clean up QT_CONFIG usage Use the newer qtConfig() method instead. Change-Id: I197dbe01edaf8696ee06d30400bd18e53cf69c94 Reviewed-by: Oswald Buddenhagen --- tests/auto/websockets/websocketframe/websocketframe.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/websockets/websocketframe') diff --git a/tests/auto/websockets/websocketframe/websocketframe.pro b/tests/auto/websockets/websocketframe/websocketframe.pro index df9c910..8f58302 100644 --- a/tests/auto/websockets/websocketframe/websocketframe.pro +++ b/tests/auto/websockets/websocketframe/websocketframe.pro @@ -10,4 +10,4 @@ QT = core testlib websockets websockets-private SOURCES += tst_websocketframe.cpp -requires(contains(QT_CONFIG, private_tests)) +requires(qtConfig(private_tests)) -- cgit v1.2.1