TARGET = qcorewlanbearer PLUGIN_TYPE = bearer PLUGIN_CLASS_NAME = QCoreWlanEnginePlugin load(qt_plugin) QT = core-private network-private LIBS += -framework Foundation -framework SystemConfiguration contains(QT_CONFIG, corewlan) { LIBS += -framework CoreWLAN -framework Security } HEADERS += qcorewlanengine.h \ ../qnetworksession_impl.h \ ../qbearerengine_impl.h SOURCES += main.cpp \ ../qnetworksession_impl.cpp OBJECTIVE_SOURCES += qcorewlanengine.mm OTHER_FILES += corewlan.json