summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan/corewlan.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bearer/corewlan/corewlan.pro')
-rw-r--r--src/plugins/bearer/corewlan/corewlan.pro23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plugins/bearer/corewlan/corewlan.pro b/src/plugins/bearer/corewlan/corewlan.pro
deleted file mode 100644
index 1dc09ebdd6..0000000000
--- a/src/plugins/bearer/corewlan/corewlan.pro
+++ /dev/null
@@ -1,23 +0,0 @@
-TARGET = qcorewlanbearer
-
-QT = core-private network-private
-LIBS += -framework Foundation -framework SystemConfiguration
-
-qtConfig(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
-
-PLUGIN_TYPE = bearer
-PLUGIN_CLASS_NAME = QCoreWlanEnginePlugin
-load(qt_plugin)