equal
deleted
inserted
replaced
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 } |