source: trunk/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro@ 846

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 371 bytes
Line 
1# Use subdirs template to suppress generation of unnecessary files
2TEMPLATE = subdirs
3
4# We just want to export the sqlite3 binaries for Symbian for platforms that do not have them.
5symbian-abld|symbian-sbsv2 {
6 !symbian_no_export_sqlite:!exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
7 BLD_INF_RULES.prj_exports += ":zip SQLite3_v9.2.zip"
8 }
9}
Note: See TracBrowser for help on using the repository browser.