diff options
Diffstat (limited to 'config.profiles/symbian/environment.prf')
-rw-r--r-- | config.profiles/symbian/environment.prf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.profiles/symbian/environment.prf b/config.profiles/symbian/environment.prf new file mode 100644 index 0000000..09ba90d --- /dev/null +++ b/config.profiles/symbian/environment.prf @@ -0,0 +1,9 @@ +# 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 + + +S60_VERSION = 5.2 +SYMBIAN_VERSION = Symbian3
\ No newline at end of file |