From 48ba459580c9e4ce28dbb2c3ce433175148da5a1 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Mon, 5 Sep 2011 14:38:16 +0200 Subject: QPA mkspecs syntax fix QPA mkspecs are of the same form as the rest, we don't want to parse this in a different way. This was resulting in the COMPILER variable being wrong and in turn QT_GCC_*_VERSION and the like not being set. Change-Id: Ia703be95dbe586e1a8e897c3e244202363fb8c6a Reviewed-on: http://codereview.qt.nokia.com/4195 Reviewed-by: Qt Sanity Bot Reviewed-by: Paul Olav Tvete --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6a7027e46a..1f9117b518 100755 --- a/configure +++ b/configure @@ -7320,7 +7320,7 @@ if [ '!' -z "$I_FLAGS" ]; then fi # turn off exceptions for the compilers that support it -if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QPA" = "yes" ]; then +if [ "$PLATFORM_QWS" = "yes" ]; then COMPILER=`echo $XPLATFORM | cut -f 3- -d-` elif [ "$XPLATFORM" != "$PLATFORM" ]; then COMPILER=`echo $XPLATFORM | cut -f 2- -d-` -- cgit v1.2.3