summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/android/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/bearer/android/src/src.pro')
-rw-r--r--src/plugins/bearer/android/src/src.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/plugins/bearer/android/src/src.pro b/src/plugins/bearer/android/src/src.pro
deleted file mode 100644
index fcd599dffe..0000000000
--- a/src/plugins/bearer/android/src/src.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TARGET = qandroidbearer
-
-QT = core-private network-private
-
-HEADERS += qandroidbearerengine.h
-
-SOURCES += main.cpp \
- qandroidbearerengine.cpp
-
-include(wrappers/wrappers.pri)
-
-PLUGIN_TYPE = bearer
-PLUGIN_CLASS_NAME = QAndroidBearerEnginePlugin
-load(qt_plugin)