summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qnetworkinformation/CMakeLists.txt
blob: 4c473cd4b35b1a8ef0784b0b5d0806d82014949a (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qnetworkinformation
    SOURCES
        tst_qnetworkinformation.cpp
    LIBRARIES
        Qt::NetworkPrivate
)