summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-12-15 07:06:25 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-12-15 07:06:25 (GMT)
commit27de60f2f6047cb3f698825af96e569fde04ef06 (patch)
tree8240e02b281583c30ae7195160d82bdb4aa4c6a6 /configure
parente75980a322ea1088e1c6bf60259b8ba853d32444 (diff)
downloadQt-27de60f2f6047cb3f698825af96e569fde04ef06.zip
Qt-27de60f2f6047cb3f698825af96e569fde04ef06.tar.gz
Qt-27de60f2f6047cb3f698825af96e569fde04ef06.tar.bz2
Add extra type of embedded license.
Marketing needs this for commercial customers. Reviewed-by: Trust Me
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7141880..aa8d047 100755
--- a/configure
+++ b/configure
@@ -480,7 +480,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
# Qt All-OS
LICENSE_EXTENSION="-ALLOS"
;;
- 8M,* | KM,* | S9,* | SC,* | SU,* | SW,* | X9,* | XC,* | XU,* | XW,*)
+ 8M,* | KM,* | S9,* | SC,* | SM,* | SU,* | SW,* | X9,* | XC,* | XU,* | XW,*)
# Qt for Embedded Linux
LICENSE_EXTENSION="-EMBEDDED"
;;