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 <qt_sanity_bot@ovi.com> Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
This commit is contained in:
parent
0a2282f97a
commit
48ba459580
2
configure
vendored
2
configure
vendored
@ -7320,7 +7320,7 @@ if [ '!' -z "$I_FLAGS" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# turn off exceptions for the compilers that support it
|
# 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-`
|
COMPILER=`echo $XPLATFORM | cut -f 3- -d-`
|
||||||
elif [ "$XPLATFORM" != "$PLATFORM" ]; then
|
elif [ "$XPLATFORM" != "$PLATFORM" ]; then
|
||||||
COMPILER=`echo $XPLATFORM | cut -f 2- -d-`
|
COMPILER=`echo $XPLATFORM | cut -f 2- -d-`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user