mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
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
|