Files
qt5.12.8/tests/auto/network/access/http2/http2.pro
2025-08-26 22:57:23 +08:00

10 lines
282 B
Prolog

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/\\\"