mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 09:45:25 +08:00
qt 6.5.1 original
This commit is contained in:
27
tests/auto/network/socket/qtcpserver/test/CMakeLists.txt
Normal file
27
tests/auto/network/socket/qtcpserver/test/CMakeLists.txt
Normal file
@ -0,0 +1,27 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
#####################################################################
|
||||
## tst_qtcpserver Test:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_add_test(tst_qtcpserver
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
|
||||
SOURCES
|
||||
../tst_qtcpserver.cpp
|
||||
LIBRARIES
|
||||
Qt::Network
|
||||
QT_TEST_SERVER_LIST "danted" "cyrus" "squid" "ftp-proxy"
|
||||
)
|
||||
|
||||
add_dependencies(tst_qtcpserver
|
||||
crashingServer
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_internal_extend_target(tst_qtcpserver CONDITION WIN32
|
||||
LIBRARIES
|
||||
ws2_32
|
||||
)
|
Reference in New Issue
Block a user