--- a/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro Tue Feb 02 00:43:10 2010 +0200
+++ b/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro Fri Feb 19 23:40:16 2010 +0200
@@ -3,7 +3,7 @@
# We just want to export the sqlite3 binaries for Symbian for platforms that do not have them.
symbian {
- !exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
+ !symbian_no_export_sqlite:!exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
BLD_INF_RULES.prj_exports += ":zip SQLite3_v9.2.zip"
}
}