summaryrefslogtreecommitdiff
path: root/src/plugins/bearer/symbian/symbian_3
Commit message (Collapse)AuthorAgeFilesLines
* Quiet qmake warnings during configure.Aaron McCarthy2010-07-081-10/+12
| | | | | | | | Configure runs qmake on all .pro files in the source tree. Wrapping symbian only code in symbian scopes prevents warnings about unset EPOCROOT on other platforms. Task-number: QTBUG-11996
* Fix build on Symbian^3.Aaron McCarthy2010-06-231-0/+1
|
* Fix symbian-abld build failure with bearer pluginsMiikka Heikkinen2010-06-111-0/+2
| | | | | | | All different Symbian bearer plugins had same UID which caused duplicate extension makefiles. Assigned each dll different UID. Reviewed-by: Jason Barron
* Split Symbian bearer plugin into three platform specfic pluginsAaron McCarthy2010-06-081-0/+14
Symbian bearer plugin has more functionality when built for newer platforms, so split the plugin into three platform specific plugins, and deploy the correct one depending on what the device supports. Written by: Miikka Heikkinen <miikka.heikkinen@digia.com>