summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/android/src/CMakeLists.txt
blob: 260e908170764cdf6f85f2ef80aaaf080e9ad53d (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
# Generated from src.pro.

#####################################################################
## qandroidbearer Plugin:
#####################################################################

add_qt_plugin(qandroidbearer
    TYPE bearer
    SOURCES
        ../../qbearerengine_impl.h
        ../../qnetworksession_impl.cpp ../../qnetworksession_impl.h
        main.cpp
        qandroidbearerengine.cpp qandroidbearerengine.h
        wrappers/androidconnectivitymanager.cpp wrappers/androidconnectivitymanager.h
    INCLUDE_DIRECTORIES
        wrappers
    LIBRARIES
        Qt::CorePrivate
        Qt::NetworkPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Network
)

#### Keys ignored in scope 1:.:.:src.pro:<TRUE>:
# PLUGIN_CLASS_NAME = "QAndroidBearerEnginePlugin"
# _LOADED = "qt_plugin"