diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-09-09 09:28:56 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-09-09 09:41:47 (GMT) |
commit | 4bee323791ee453cbe0b83d04db462dc55dceefb (patch) | |
tree | 5737295dd3ee170383cb16b4f76b8ff602309e23 /config.profiles | |
parent | eb516931826867699d5755927a65a7df931582b0 (diff) | |
download | Qt-4bee323791ee453cbe0b83d04db462dc55dceefb.zip Qt-4bee323791ee453cbe0b83d04db462dc55dceefb.tar.gz Qt-4bee323791ee453cbe0b83d04db462dc55dceefb.tar.bz2 |
Update environment.prf
S60_VERSION and SYMBIAN_VERSION were obsolete in environment.prf.
Reviewed-by: Sami Merila
Diffstat (limited to 'config.profiles')
-rw-r--r-- | config.profiles/symbian/environment.prf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config.profiles/symbian/environment.prf b/config.profiles/symbian/environment.prf index 09ba90d..b9ab91e 100644 --- a/config.profiles/symbian/environment.prf +++ b/config.profiles/symbian/environment.prf @@ -4,6 +4,5 @@ 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 +S60_VERSION = 5.4 +SYMBIAN_VERSION = 5.4 |