Add CMakeLists.txt for CoreWLAN

Change-Id: I28a066b23e89ce2d96fd6cfa935c05b70788ed7a
Reviewed-by: Leander Beernaert <leander.beernaert@qt.io>
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Jean-Michaël Celerier 2019-09-24 10:02:02 +02:00 committed by Alexandru Croitor
parent 309f96ccb6
commit 5aeb72fb0f

View File

@ -0,0 +1,36 @@
# Generated from corewlan.pro.
#####################################################################
## qcorewlanbearer Plugin:
#####################################################################
add_qt_plugin(qcorewlanbearer
TYPE bearer
CLASS_NAME QCoreWlanEnginePlugin
SOURCES
../qbearerengine_impl.h
../qnetworksession_impl.cpp ../qnetworksession_impl.h
main.cpp
qcorewlanengine.h qcorewlanengine.mm
LIBRARIES
Qt::CorePrivate
Qt::NetworkPrivate
PUBLIC_LIBRARIES
${FWFoundation}
${FWSystemConfiguration}
Qt::Core
Qt::Network
)
#### Keys ignored in scope 1:.:.:corewlan.pro:<TRUE>:
# OTHER_FILES = "corewlan.json"
# _LOADED = "qt_plugin"
## Scopes:
#####################################################################
extend_target(qcorewlanbearer CONDITION QT_FEATURE_corewlan
PUBLIC_LIBRARIES
${FWCoreWLAN}
${FWSecurity}
)