src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     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 extract the zip file containing sqlite binaries for Symbian
     4 # We just want to export the sqlite3 binaries for Symbian for platforms that do not have them.
     5 BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
     5 symbian {
       
     6     !exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
       
     7         BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
       
     8     }
       
     9 }