summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite_symbian
Commit message (Collapse)AuthorAgeFilesLines
* Fix BLD_INF_RULES.prj_exports statements in Qt libs for shadow builds.Miikka Heikkinen2011-08-241-1/+3
| | | | | | Task-number: QTBUG-10432 Rubber-stamped-by: ossi Reviewed-by: TrustMe
* Fixed a build library deployment issue in sqlite.axis2011-01-281-0/+6
| | | | | | | | Make did not understand that sqlite3.dso, which the link relies on, is the same as $$OBJECTS_DIR/sqlite3.dso, which is extracted by the profile. RevBy: Trust me
* Changed various qmake constructs to support Windows.axis2010-10-211-2/+8
| | | | RevBy: Thomas Zander
* Added silent behavior to the most important Symbian build steps.axis2010-07-221-0/+2
| | | | | Task: QTBUG-11927 RevBy: Trust me
* Fixed automatic sqlite extraction on Symbian makefile build system.axis2010-07-212-1/+39
| | | | | | | | Since we cannot extract to the epocroot (it is considered R/O), we extract the header and the dso to the temporary build directories and include them from there. RevBy: Trust me
* Fix sqlite3_v9.2.zip to export sqlite3.iby to correct location.Miikka Heikkinen2010-03-101-0/+0
| | | | | | | | | sqlite3.iby needs to be exported under epoc32/rom/include/core/mw, instead of epoc32/rom/include. Part of QtP delta reduction effort Reviewed-by: TrustMe
* Changed autodetection logic for stlport version and sqlite in SymbianMiikka Heikkinen2009-12-231-1/+1
| | | | | | | | | | | | | | To support building Qt as part of Symbian SDK where epoc32 is not yet populated, changed the autodetection logic in determining stlport version. Now, we assume that we want the new version, unless only the old version exists on SDK already. Sqlite binaries export autodetection is now skipped if CONFIG value symbian_no_export_sqlite exists, allowing clean builds to explicitly suppress exporting. Task-number: QTBUG-6971 Reviewed-by: axis
* Fix configure warning for non-symbian buildsJason McDonald2009-11-231-2/+4
| | | | | | | | Configure complains about "Could not retrieve HKEY_LOCAL_MACHINE\Software\Symbian\EPOC SDKs setting". It should only try to do that for Symbian builds. Reviewed-by: Lincoln Ramsay
* Re-added checking for existence of sqlite3 binaries to Symbian buildsMiikka Heikkinen2009-11-021-2/+4
| | | | | | | | | | | Always adding export for sqlite3 binaries will cause cleanup of platform provided versions on platforms that provide them. Fixed by adding check for existence of sqlite3.dso before adding the export statement to bld.inf. Task-number: QT-2419 Reviewed-by: Janne Koskinen
* Trailing whitespace and tab/space fixes for src/pluginsJanne Anttila2009-08-041-1/+0
|
* Removed checking for file existence from exporting sqlite3 binaries in Symbian,Miikka Heikkinen2009-05-221-3/+1
| | | | as SBS toolchain already contains logic for that.
* Added ARMV6 binaries to SQLite3_v9.2.zipMiikka Heikkinen2009-05-081-0/+0
|
* Long live Qt for S60!axis2009-04-242-0/+8