src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 29 Apr 2010 15:15:16 +0300
branchRCL_3
changeset 16 4b6ee5efea19
parent 4 3b1da2848fc7
permissions -rw-r--r--
2010-17 9996a03743ab23f83c83c5bc7ade0f82f71b1506

# Use subdirs template to suppress generation of unnecessary files
TEMPLATE = subdirs

# We just want to export the sqlite3 binaries for Symbian for platforms that do not have them.
symbian {
    !symbian_no_export_sqlite:!exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
        BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
    }
}