Correctly detect blackberry mkspecs as cross-compiling for QNX

Change-Id: Ibcede225a0d6e421c086dba3cca5b0fcbeeafa68
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
Sean Harmer 2012-06-10 18:23:28 +01:00 committed by Qt by Nokia
parent c23e8f932b
commit 4e3b225bb0

2
configure vendored
View File

@ -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"