Remove two obsolete #defines

Change-Id: Icc13408cfdb8ce0db6f274904c3e44f8376cd1e5
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Lars Knoll 2020-09-03 11:13:47 +02:00
parent ff69227a49
commit 2caa2faf01
1 changed files with 0 additions and 5 deletions

View File

@ -630,11 +630,6 @@ int main(int argc, char *argv[]) \
#include <QtTest/qtestsystem.h>
// Two backwards-compatibility defines for an obsolete feature:
#define QTEST_ADD_GPU_BLACKLIST_SUPPORT_DEFS
#define QTEST_ADD_GPU_BLACKLIST_SUPPORT
// ### Qt 6: fully remove these.
#if defined(QT_NETWORK_LIB)
# include <QtTest/qtest_network.h>
#endif