2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_network_stresstest
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SOURCES += tst_network_stresstest.cpp \
|
|
|
|
minihttpserver.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
minihttpserver.h
|
|
|
|
|
|
|
|
RESOURCES += wwwfiles.qrc
|
|
|
|
QMAKE_RESOURCE_FLAGS += -no-compress
|