blob: 057434102b07a187d74e114833cf5c6f7883f777 (
plain)
1
2
3
4
5
6
|
# Use subdirs template to suppress generation of unnecessary files
TEMPLATE = subdirs
# We just want to extract the zip file containing sqlite binaries for Symbian
BLD_INF_RULES.prj_exports += ":zip SQLite3_v9.2.zip"
|