summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-03-27 03:02:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-27 17:03:34 +0200
commitd41e0564f5f6a002ca2cdb0d745de8e75247ea99 (patch)
tree4d05d0e0514a34f0a5422348c8b14d2494a7f405 /configure
parenta861463c3c7a216632ae81a90e085fb99579d544 (diff)
Remove obsolete references to QWS from configure script.
Task-number: QTBUG-24027 Change-Id: Id7be20aa4438e590d629ec96f5ad817866f83764 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 26b12a55a1..b95f459083 100755
--- a/configure
+++ b/configure
@@ -501,7 +501,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
;;
esac
### EMBEDDED_QPA logic missing ###
- case "$PlatformCode,$PLATFORM_MAC,$PLATFORM_QWS" in
+ case "$PlatformCode,$PLATFORM_MAC" in
X9,* | XC,* | XU,* | XW,* | XM,*)
# Qt All-OS
LICENSE_EXTENSION="-ALLOS"
@@ -510,11 +510,11 @@ elif [ $COMMERCIAL_USER = "yes" ]; then
# Qt for Embedded Linux
LICENSE_EXTENSION="-EMBEDDED"
;;
- 6M,*,no | N7,*,no | N9,*,no | NX,*,no)
+ 6M,* | N7,* | N9,* | NX,*)
# Embedded no-deploy
LICENSE_EXTENSION="-EMBEDDED"
;;
- FM,*,no | LM,yes,* | ZM,no,no)
+ FM,* | LM,yes | ZM,no)
# Desktop
LICENSE_EXTENSION="-DESKTOP"
;;