summaryrefslogtreecommitdiffstats
path: root/src/plugins/networkinformation/glib/CMakeLists.txt
blob: f2e5260b7f7b2585439f4929914a377e414f5cad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_internal_add_plugin(QGlibNetworkInformationPlugin
    OUTPUT_NAME qglib
    CLASS_NAME QGlibNetworkInformationBackendFactory
    PLUGIN_TYPE networkinformation
    DEFAULT_IF LINUX
    SOURCES
        qglibnetworkinformationbackend.cpp
    LIBRARIES
        Qt::NetworkPrivate
        GLIB2::GOBJECT
        GLIB2::GIO
    DEFINES
        QT_NO_SIGNALS_SLOTS_KEYWORDS
)