c6c41cc1a9
The value will be propagated from Qt build. Task-number: QTBUG-104858 Change-Id: Iae2c32c3037438f41b92f9ee28004f30eb4e3210 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
14 lines
268 B
Prolog
14 lines
268 B
Prolog
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
|