summaryrefslogtreecommitdiffstats
path: root/src/plugins/networkinformation/scnetworkreachability/CMakeLists.txt
blob: a939ab440580566c90783a77d616136992cbc4c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_plugin(QSCNetworkReachabilityNetworkInformationPlugin
    OUTPUT_NAME qscnetworkreachability
    CLASS_NAME QSCNetworkReachabilityNetworkInformationBackendFactory
    PLUGIN_TYPE networkinformation
    DEFAULT_IF APPLE
    SOURCES
        qscnetworkreachabilitynetworkinformationbackend.mm
    LIBRARIES
        Qt::NetworkPrivate
        ${FWSystemConfiguration}
)