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:
parent
9865ecf9db
commit
46ad794a96
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user