From: Mark Brand Date: Wed, 18 Jan 2012 21:36:32 +0000 (+0100) Subject: fix cross building mingw: doesn't need to pass qpa test X-Git-Tag: qt-v5.0.0-alpha1~1719 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14fe15add1ea98e124f2c042c549b1b865f80eef;p=profile%2Fivi%2Fqtbase.git fix cross building mingw: doesn't need to pass qpa test Change-Id: I4b40d122db81506bb2ad85db459f806ac93f8cbd Reviewed-by: Friedemann Kleint Reviewed-by: Oswald Buddenhagen --- diff --git a/configure b/configure index dbf4558..62dc1cb 100755 --- a/configure +++ b/configure @@ -6058,7 +6058,7 @@ if [ "$PLATFORM_QPA" = "yes" ]; then QMakeVar add DEFINES QT_NO_CORESERVICES fi - if [ "$PLATFORM_QPA" = "yes" ] && [ "$BUILD_ON_MAC" = "no" ]; then + if [ "$PLATFORM_QPA" = "yes" ] && [ "$BUILD_ON_MAC" = "no" ] && [ "$XPLATFORM_MINGW" = "no" ]; then if [ "$CFG_XCB" = "no" ] && [ "$CFG_WAYLAND" = "no" ]; then if [ "$ORIG_CFG_XCB" = "auto" ] || [ "$ORIG_CFG_WAYLAND" = "auto" ]; then echo "No QPA platform plugin enabled!"