blob: 71430496e2b573f73e473557b34f6922201e7044 (
plain)
1
2
3
4
5
|
# don't export SQLite on Symbian^3 onwards since it is already in the environment
CONFIG *= symbian_no_export_sqlite
# STL autodetection in clean builds not working, specify it explicitly
CONFIG *= stl
|