mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-29 23:45:50 +08:00
10 lines
185 B
CMake
10 lines
185 B
CMake
# Copyright (C) 2023 Intel Corporation.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
qt_internal_add_manual_test(qdnslookup
|
|
SOURCES
|
|
main.cpp
|
|
LIBRARIES
|
|
Qt::Network
|
|
)
|