qt6-bb10/tests/auto/network/access/qhttpnetworkreply/qhttpnetworkreply.pro

8 lines
225 B
Prolog

CONFIG += testcase
TARGET = tst_qhttpnetworkreply
SOURCES += tst_qhttpnetworkreply.cpp
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
requires(contains(QT_CONFIG,private_tests))
QT = core-private network-private testlib