28675642f3
Add a toplevel manual.pro and other .pro-files to build them and fix the build. Change-Id: Ibc98a27b39dd1304edfa8a6894d62e77ce7ef387 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
15 lines
287 B
Prolog
15 lines
287 B
Prolog
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
|