summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-10-14 15:47:03 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-10-14 15:47:03 +0300
commitc1c2e9c395398021381b30f917f92be58087af11 (patch)
treee70bb73bf9160a7e7f71995ad5cdee5cbadbe714 /tools
parent6a8f901d6545a3c68bc398150b641694b68ddf0a (diff)
Changed "Qt for S60" -> "Qt for Symbian" in configure.
Reviewed-by: axis
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index b9f8ed8662..a0db867363 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;