summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
blob: 9687908ab9434743923de874b3a1526a6810a888 (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 {
    !exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
        BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
    }
}