summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer.qnx@kdab.com>2012-06-10 18:23:28 +0100
committerQt by Nokia <qt-info@nokia.com>2012-06-11 12:05:19 +0200
commit4e3b225bb0e3344ca09fe7919dfe703b5d521a6a (patch)
treeaea36fe65fc87f384a87bfc9c976af9ed919eb13 /configure
parentc23e8f932b5fd6f2d3be1a8d1469975da27b3276 (diff)
Correctly detect blackberry mkspecs as cross-compiling for QNX
Change-Id: Ibcede225a0d6e421c086dba3cca5b0fcbeeafa68 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e047b64c90..43093634da 100755
--- a/configure
+++ b/configure
@@ -2370,7 +2370,7 @@ fi
case `basename "$XPLATFORM"` in win32-g++*) XPLATFORM_MINGW=yes;; esac
case "$XPLATFORM" in linux-g++-maemo) XPLATFORM_MAEMO=yes;; esac
-case "$XPLATFORM" in qnx-*) XPLATFORM_QNX=yes;; esac
+case "$XPLATFORM" in *qnx-*|*blackberry-*) XPLATFORM_QNX=yes;; esac
if [ -d "$PLATFORM" ]; then
QMAKESPEC="$PLATFORM"