summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/generic/CMakeLists.txt
blob: 822cd12b19cafdc606de825b74856922bfc7c3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated from generic.pro.

#####################################################################
## qgenericbearer Plugin:
#####################################################################

add_qt_plugin(qgenericbearer
    TYPE bearer
    SOURCES
        ../platformdefs_win.h
        ../qbearerengine_impl.h
        ../qnetworksession_impl.cpp ../qnetworksession_impl.h
        main.cpp
        qgenericengine.cpp qgenericengine.h
    LIBRARIES
        Qt::CorePrivate
        Qt::NetworkPrivate
)

#### Keys ignored in scope 1:.:generic.pro:<NONE>:
# OTHER_FILES = "generic.json"
# PLUGIN_CLASS_NAME = "QGenericEnginePlugin"
# _LOADED = "qt_plugin"

## Scopes:
#####################################################################

extend_target(qgenericbearer CONDITION WIN32 AND NOT WINRT
    LIBRARIES
        iphlpapi
)