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

QT = core-private network-private testlib

SOURCES  += tst_network_stresstest.cpp \
    minihttpserver.cpp

HEADERS += \
    minihttpserver.h

RESOURCES += wwwfiles.qrc
QMAKE_RESOURCE_FLAGS += -no-compress
LIBS += $$QMAKE_LIBS_NETWORK
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0