summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/bearer.pro
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2013-07-02 18:51:49 +0200
committerChristian Stromme <christian.stromme@digia.com>2014-07-10 23:09:31 +0200
commitff7fdf78efb7287af6347c710ac00a0d17d9dfc1 (patch)
tree3ace2712a34e6677d9c86efec6787eebc1dd5344 /src/plugins/bearer/bearer.pro
parent50c04d631858639c630e85456e7e003a80e33493 (diff)
Android: New bearer plugin
Replacement for the the generic bearer plugin. Compared to the generic bearer engine, this plugin provides a more detailed overview of the network configurations on Android. Added features are: - Correct bearer type, also for mobile connections. - Connection state (e.g., roaming). - Data statistics (On devices that supports it). - Polling is not required. Change-Id: I728cb91e04a66343648c0add6be2a003caca0f1f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/plugins/bearer/bearer.pro')
-rw-r--r--src/plugins/bearer/bearer.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/bearer.pro b/src/plugins/bearer/bearer.pro
index 42f039b19b..e52df24857 100644
--- a/src/plugins/bearer/bearer.pro
+++ b/src/plugins/bearer/bearer.pro
@@ -11,5 +11,6 @@ blackberry:SUBDIRS += blackberry
win32:!wince*:SUBDIRS += nativewifi
mac:contains(QT_CONFIG, corewlan):SUBDIRS += corewlan
mac:SUBDIRS += generic
+android:!android-no-sdk:SUBDIRS += android
isEmpty(SUBDIRS):SUBDIRS = generic