CONFIG += testcase testcase.timeout = 600 # this test is slow CONFIG += parallel_test QT -= gui SOURCES += ../tst_qnetworkreply.cpp TARGET = ../tst_qnetworkreply contains(QT_CONFIG,xcb): CONFIG+=insignificant_test # unstable, QTBUG-21102 QT = core-private network-private testlib RESOURCES += ../qnetworkreply.qrc TESTDATA += ../empty ../rfc3252.txt ../resource ../bigfile ../*.jpg ../certs \ ../index.html ../smb-file.txt win32:CONFIG += insignificant_test # QTBUG-24226 load(testcase) # for target.path and installTestHelperApp() installTestHelperApp("../echo/echo",echo,echo)