summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/3_2
Commit message (Collapse)AuthorAgeFilesLines
* Check S60_VERSION instead of existence of certain files in bearer pluginMiikka Heikkinen2010-09-161-5/+7
| | | | | | | | | Checking for existence of files does not work in clean platform builds, so check the S60_VERSION instead, which can be explicitly set by those builds to correct value. Task-number: QT-3949 Reviewed-by: axis
* Quiet qmake warnings during configure.Aaron McCarthy2010-07-081-7/+9
| | | | | | | | 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 symbian-abld build failure with bearer pluginsMiikka Heikkinen2010-06-111-0/+1
| | | | | | | 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/+12
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>