summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/symbian/symbian.pro
Commit message (Collapse)AuthorAgeFilesLines
* Split Symbian bearer plugin into three platform specfic pluginsAaron McCarthy2010-06-081-40/+2
| | | | | | | | 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>
* Added missing UID3 for qsymbianbearer.dll.Espen Riskedal2010-05-031-0/+1
| | | | | | | | Without a proper UID3 it is not possible to sign Qt.sis at symbiansigned.com. I also reserved the UID3 in our Wiki pages Reviewed-by: Aleksandar Babic
* Quiet unnecessary configure/qmake warnings when EPOCROOT is not set.Aaron McCarthy2010-03-231-8/+10
| | | | | | Warnings are unnecessary when not building for Symbian. Task-number: QTBUG-9156
* Fix Symbian build when building for WINSCW with abld.Aaron McCarthy2010-02-261-0/+1
| | | | Fix include path to find private QtNetwork headers.
* Port session functionality.Aaron McCarthy2010-01-181-2/+6
|
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-121-0/+33
QNetworkSession functionality not converted yet.