summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2/http2.pro
blob: 5dd8bdf9ae87ac197cb0ff254413aa897d76f206 (plain)
1
2
3
4
5
6
7
8
9
QT += core core-private network network-private testlib

CONFIG += testcase parallel_test c++11
TEMPLATE = app
TARGET = tst_http2
HEADERS += http2srv.h
SOURCES += tst_http2.cpp http2srv.cpp

DEFINES += SRCDIR=\\\"$$PWD/\\\"