summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c869e0e..0b11bf3 100755
--- a/configure
+++ b/configure
@@ -460,11 +460,11 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
;;
esac
case "$PlatformCode,$PLATFORM_MAC,$PLATFORM_QWS" in
- X9,* | XC,* | XU,* | XW,*)
+ X9,* | XC,* | XU,* | XW,* | XM,*)
# Qt All-OS
LICENSE_EXTENSION="-ALLOS"
;;
- 8M,* | S9,* | SC,* | SU,* | SW,* | X9,* | XC,* | XU,* | XW,*)
+ 8M,* | KM,* | S9,* | SC,* | SU,* | SW,* | X9,* | XC,* | XU,* | XW,*)
# Qt for Embedded Linux
LICENSE_EXTENSION="-EMBEDDED"
;;