diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-10-14 12:47:03 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-10-14 12:47:03 (GMT) |
commit | c1c2e9c395398021381b30f917f92be58087af11 (patch) | |
tree | e70bb73bf9160a7e7f71995ad5cdee5cbadbe714 /tools | |
parent | 6a8f901d6545a3c68bc398150b641694b68ddf0a (diff) | |
download | Qt-c1c2e9c395398021381b30f917f92be58087af11.zip Qt-c1c2e9c395398021381b30f917f92be58087af11.tar.gz Qt-c1c2e9c395398021381b30f917f92be58087af11.tar.bz2 |
Changed "Qt for S60" -> "Qt for Symbian" in configure.
Reviewed-by: axis
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index b9f8ed8..a0db867 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -3717,7 +3717,7 @@ void Configure::readLicense() (dictionary.value("QMAKESPEC").startsWith("wince") || dictionary.value("XQMAKESPEC").startsWith("wince"))) dictionary["PLATFORM NAME"] = "Qt for Windows CE"; else if (dictionary.value("XQMAKESPEC").startsWith("symbian")) - dictionary["PLATFORM NAME"] = "Qt for S60"; + dictionary["PLATFORM NAME"] = "Qt for Symbian"; else dictionary["PLATFORM NAME"] = "Qt for Windows"; dictionary["LICENSE FILE"] = sourcePath; |