summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/sqlite_symbian/sqlite_symbian.pro
blob: bacf23b21ab4feed0711c3d6f1a573d3c9ee4be2 (plain)
1
2
3
4
5
6
7
8
# Use subdirs template to suppress generation of unnecessary files
TEMPLATE = subdirs

# We just want to extract the zip file containing sqlite binaries for Symbian
!exists($${EPOCROOT}epoc32/release/armv5/urel/sqlite3.dll): {
    BLD_INF_RULES.prj_exports +=  ":zip SQLite3_v9.2.zip"
}