7 lines
165 B
Prolog
7 lines
165 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qhttpnetworkreply
|
|
SOURCES += tst_qhttpnetworkreply.cpp
|
|
requires(qtConfig(private_tests))
|
|
|
|
QT = core-private network-private testlib
|