summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2/http2.pro
blob: e130f3078482660b1e546c777ec903e40d9614f2 (plain)
1
2
3
4
5
6
7
8
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/\\\"