src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 11:15:19 +0300
branchRCL_3
changeset 11 25a739ee40f4
parent 4 3b1da2848fc7
permissions -rw-r--r--
3a438a6e0b41f1ef657ef0e648d352db636204aa

# 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"
    }
}