summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
blob: 382217a462c10fc8be94467134d9592784a8b893 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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-abld|symbian-sbsv2 {
    !symbian_no_export_sqlite:!exists($${EPOCROOT}epoc32/release/armv5/lib/sqlite3.dso) {
        # Symbian exports do not like drive letter, so remove it from the source dir
        SQLITE_SRC_DIR = $$relativeProPath()
        BLD_INF_RULES.prj_exports +=  ":zip $$SQLITE_SRC_DIR/SQLite3_v9.2.zip"
    }
}