2018-04-18 07:37:58 +00:00
|
|
|
QT = core core-private network network-private testlib
|
2016-02-26 11:37:24 +00:00
|
|
|
|
|
|
|
CONFIG += testcase parallel_test c++11
|
|
|
|
TARGET = tst_http2
|
2018-06-13 13:35:40 +00:00
|
|
|
INCLUDEPATH += ../../../../shared/
|
|
|
|
HEADERS += http2srv.h ../../../../shared/emulationdetector.h
|
2016-02-26 11:37:24 +00:00
|
|
|
SOURCES += tst_http2.cpp http2srv.cpp
|
|
|
|
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|