Auto-tests: remove unneeded 'gui' from QT variable

none of these tests needs anything GUI-related.

Change-Id: I6b3c02bf13da60ab460f0cc4d804f1d03bc68f50
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
This commit is contained in:
Timur Pocheptsov 2018-04-18 09:58:32 +02:00
parent 9865ecf9db
commit 46ad794a96
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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