qt6windows7/tests/manual/qdnslookup/CMakeLists.txt

10 lines
185 B
CMake
Raw Normal View History

2023-11-02 05:23:55 +08:00
# Copyright (C) 2023 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_manual_test(qdnslookup
SOURCES
main.cpp
LIBRARIES
Qt::Network
)