From 46ad794a96b1c6e2c2db2536a91572c1c3fad11e Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Wed, 18 Apr 2018 09:58:32 +0200 Subject: Auto-tests: remove unneeded 'gui' from QT variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit none of these tests needs anything GUI-related. Change-Id: I6b3c02bf13da60ab460f0cc4d804f1d03bc68f50 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Gatis Paeglis --- tests/auto/network/access/hpack/hpack.pro | 4 ++-- tests/auto/network/access/hsts/hsts.pro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/auto/network/access/hpack/hpack.pro b/tests/auto/network/access/hpack/hpack.pro index 3c8b8e7944..2823ae4d0c 100644 --- a/tests/auto/network/access/hpack/hpack.pro +++ b/tests/auto/network/access/hpack/hpack.pro @@ -1,5 +1,5 @@ -QT += core core-private network network-private testlib -CONFIG += testcase parallel_test c++14 +QT = core core-private network network-private testlib +CONFIG += testcase parallel_test c++11 TEMPLATE = app TARGET = tst_hpack diff --git a/tests/auto/network/access/hsts/hsts.pro b/tests/auto/network/access/hsts/hsts.pro index 07bdea5f62..dad6638364 100644 --- a/tests/auto/network/access/hsts/hsts.pro +++ b/tests/auto/network/access/hsts/hsts.pro @@ -1,4 +1,4 @@ -QT += core core-private network network-private testlib +QT = core core-private network network-private testlib CONFIG += testcase parallel_test c++11 TEMPLATE = app TARGET = tst_qhsts -- cgit v1.2.3