summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@digia.com>2014-07-29 12:15:17 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-08-06 15:48:02 +0200
commit28fe4e3a864b799e4e4b9e0c2dc251f03459d85e (patch)
treefbd8970a8fbcd997ec9c408af4fe0d94713c2aaa /configure
parent54ca39afec6c3a175da085a704772b28f42bc274 (diff)
Remove specific maemo/meego codepaths
We no longer support the maemo/meego platform, so we can remove the specific code for that platform. Change-Id: Ia7f0730eba2d96794b97b7ca4753f63a2d7bc2a8 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 4a317638d2..443e4a4c54 100755
--- a/configure
+++ b/configure
@@ -711,7 +711,6 @@ XPLATFORM_MAC=no
XPLATFORM_IOS=no
XPLATFORM_ANDROID=no
XPLATFORM_MINGW=no # Whether target platform is MinGW (win32-g++*)
-XPLATFORM_MAEMO=no
XPLATFORM_QNX=no
PLATFORM=$QMAKESPEC
QT_CROSS_COMPILE=no
@@ -2755,9 +2754,6 @@ case "$XPLATFORM" in
*win32-g++*)
XPLATFORM_MINGW=yes
;;
- *-maemo*)
- XPLATFORM_MAEMO=yes
- ;;
*qnx-*|*blackberry-*)
XPLATFORM_QNX=yes
;;