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:
parent
309f96ccb6
commit
5aeb72fb0f
36
src/plugins/bearer/corewlan/CMakeLists.txt
Normal file
36
src/plugins/bearer/corewlan/CMakeLists.txt
Normal 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}
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user