summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-10-07 16:42:09 +0200
committerAlexis Menard <alexis.menard@nokia.com>2009-10-07 16:54:30 +0200
commit080e0a369932323d9f14224bca8922e4abb3ebfb (patch)
treecde7267d3721007ee200930fbcb3512451d113d7 /tools
parentbf8d74bb8e849cb9eea74ef8fdb82d8926c48880 (diff)
With an embedded linux licence you should also be able to use the Qt Windows version for development.
This used to work before 4.5.1 Task-number:Qt-704 Reviewed-by:thiago
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp
index 0d170f5149..c958dd9fcd 100644
--- a/tools/configure/tools.cpp
+++ b/tools/configure/tools.cpp
@@ -152,7 +152,7 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString
if (platforms == 'X') {
dictionary["LICENSE_EXTENSION"] = "-ALLOS";
- } else if (strchr("3679ACDEHJKMSUWX", platforms)) {
+ } else if (strchr("2346789ABCDEGHJKMPQSTUVWX", platforms)) {
dictionary["LICENSE_EXTENSION"] = "-EMBEDDED";
} else if (strchr("4BFPQRTY", platforms)) {
dictionary["LICENSE_EXTENSION"] = "-DESKTOP";