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

CONFIG += testcase parallel_test c++11
TARGET = tst_http2
INCLUDEPATH += ../../../../shared/
HEADERS += http2srv.h ../../../../shared/emulationdetector.h
SOURCES += tst_http2.cpp http2srv.cpp

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