src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 33 3e2da88830cd
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 # Use subdirs template to suppress generation of unnecessary files
     1 # Use subdirs template to suppress generation of unnecessary files
     2 TEMPLATE = subdirs
     2 TEMPLATE = subdirs
     3 
     3 
     4 # We just want to export the sqlite3 binaries for Symbian for platforms that do not have them.
     4 # We just want to export the sqlite3 binaries for Symbian for platforms that do not have them.
     5 symbian {
     5 symbian {
     6     !exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
     6     !symbian_no_export_sqlite:!exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
     7         BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
     7         BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
     8     }
     8     }
     9 }
     9 }