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>
35 lines
817 B
CMake
35 lines
817 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from network_stresstest.pro.
|
|
|
|
#####################################################################
|
|
## tst_network_stresstest Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_manual_test(tst_network_stresstest
|
|
SOURCES
|
|
minihttpserver.cpp minihttpserver.h
|
|
tst_network_stresstest.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::NetworkPrivate
|
|
Qt::Test
|
|
)
|
|
|
|
# Resources:
|
|
set(wwwfiles_resource_files
|
|
"qtest"
|
|
)
|
|
|
|
qt_internal_add_resource(tst_network_stresstest "wwwfiles"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${wwwfiles_resource_files}
|
|
)
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:network_stresstest.pro:<TRUE>:
|
|
# QMAKE_RESOURCE_FLAGS = "-no-compress"
|