blob: 2988248fafd63c8fc900414753449c0a6f9fcff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## tst_qhttpservermultithreaded Test:
#####################################################################
qt_internal_add_test(tst_qhttpservermultithreaded
SOURCES
tst_qhttpservermultithreaded.cpp
LIBRARIES
Qt::HttpServer Qt::Concurrent Qt::TestPrivate
)
|