summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetconmonitor/CMakeLists.txt
blob: 0aa095f276c0febe5c7ae63106bcb434e1abc19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## qnetconmonitor Binary:
#####################################################################

if (NOT QT_FEATURE_private_tests)
    return()
endif()

qt_internal_add_manual_test(qnetconmonitor
    SOURCES
        tst_qnetconmonitor.cpp
    LIBRARIES
        Qt::NetworkPrivate
        Qt::Test
)