cmake: build the connman bearer plugin
Change-Id: I034ac995e231e7ad380ca9680e72037a573a1003 Reviewed-by: Liang Qi <liang.qi@qt.io>bb10
parent
1126485a57
commit
8fdebd5e37
|
|
@ -1,6 +1,6 @@
|
|||
if (NOT ANDROID AND LINUX AND QT_FEATURE_dbus)
|
||||
add_subdirectory(generic)
|
||||
# TODO add_subdirectory(connman)
|
||||
add_subdirectory(connman)
|
||||
# TODO add_subdirectory(networkmanager)
|
||||
elseif(ANDROID AND NOT ANDROID_EMBEDDED)
|
||||
# TODO add_subdirectory(android)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
# Generated from connman.pro.
|
||||
|
||||
#####################################################################
|
||||
## qconnmanbearer Plugin:
|
||||
#####################################################################
|
||||
|
||||
add_qt_plugin(qconnmanbearer
|
||||
TYPE bearer
|
||||
SOURCES
|
||||
../linux_common/qofonoservice_linux.cpp ../linux_common/qofonoservice_linux_p.h
|
||||
../qbearerengine_impl.h
|
||||
../qnetworksession_impl.cpp ../qnetworksession_impl.h
|
||||
main.cpp
|
||||
qconnmanengine.cpp qconnmanengine.h
|
||||
qconnmanservice_linux.cpp qconnmanservice_linux_p.h
|
||||
LIBRARIES
|
||||
Qt::Core
|
||||
Qt::NetworkPrivate
|
||||
Qt::DBus
|
||||
# OTHER_FILES = "connman.json"
|
||||
# PLUGIN_CLASS_NAME = "QConnmanEnginePlugin"
|
||||
# _LOADED = "qt_plugin"
|
||||
)
|
||||
Loading…
Reference in New Issue