summaryrefslogtreecommitdiffstats
path: root/tests/manual/network_stresstest/network_stresstest.pro
blob: caa8436ceff52450b60f4cf81157464282aa6439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_network_stresstest

QT = core network testlib

SOURCES  += tst_network_stresstest.cpp \
    minihttpserver.cpp

HEADERS += \
    minihttpserver.h

RESOURCES += wwwfiles.qrc
QMAKE_RESOURCE_FLAGS += -no-compress