summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
blob: 691cce132739e693db71df481f3e004f727d28e1 (plain)
1
2
3
4
5
6
7
8
9
# 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"
    }
}