9865ecf9db
QTestEventLoop (conveniently so) takes care of timeouts thus no external QTimer/handling logic needed at all. Change-Id: Id65ea928daec1e7d9380107e63916896f19d3d14 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
9 lines
208 B
Prolog
9 lines
208 B
Prolog
QT = core core-private network network-private testlib
|
|
|
|
CONFIG += testcase parallel_test c++11
|
|
TARGET = tst_http2
|
|
HEADERS += http2srv.h
|
|
SOURCES += tst_http2.cpp http2srv.cpp
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|