summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/generic/CMakeLists.txt
blob: e793284d9e1d62b5d72a426e0af01da2c6f470f8 (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
32
33
34
# Generated from generic.pro.

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

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

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

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

extend_target(qgenericbearer CONDITION WIN32 AND NOT WINRT
    PUBLIC_LIBRARIES
        iphlpapi
)