qt6windows7/tests/manual/qdnslookup/CMakeLists.txt
2023-11-01 22:23:55 +01:00

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
)