diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-10-07 14:42:09 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-10-07 14:54:30 (GMT) |
commit | 080e0a369932323d9f14224bca8922e4abb3ebfb (patch) | |
tree | cde7267d3721007ee200930fbcb3512451d113d7 /tools/configure | |
parent | bf8d74bb8e849cb9eea74ef8fdb82d8926c48880 (diff) | |
download | Qt-080e0a369932323d9f14224bca8922e4abb3ebfb.zip Qt-080e0a369932323d9f14224bca8922e4abb3ebfb.tar.gz Qt-080e0a369932323d9f14224bca8922e4abb3ebfb.tar.bz2 |
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/configure')
-rw-r--r-- | tools/configure/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp index 0d170f5..c958dd9 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"; |