summaryrefslogtreecommitdiffstats
path: root/tests/manual/qdnslookup/CMakeLists.txt
blob: 646e972b302f0c1dd387c1a5d95fa9bbd5c7a4b3 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2023 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_manual_test(qdnslookup
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Network
)