summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply/test/test.pro
blob: faa584ca6e17a60aa20239bbaaf2f85eb676684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
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)