From dca4a72fa04f0c50cede0d4f5f56791cd6722b74 Mon Sep 17 00:00:00 2001
From: Zeno Albisser <zeno.albisser@digia.com>
Date: Thu, 16 Oct 2014 10:02:37 +0200
Subject: [PATCH] Allow building on boot2qt.

Change-Id: I91ce455ac5e3992e50d13c14f4035f91baad85bf
Reviewed-by: Andras Becsi <andras.becsi@digia.com>
---
 src/3rdparty                               | 2 +-
 tools/qmake/mkspecs/features/functions.prf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/3rdparty b/src/3rdparty
index ec43e18d0..0a34bb77a 160000
--- a/src/3rdparty
+++ b/src/3rdparty
@@ -1 +1 @@
-Subproject commit ec43e18d084a44ed6bb4378f05f5523606316c5a
+Subproject commit 0a34bb77a59122eeed3f5529a527423d45282db3
diff --git a/tools/qmake/mkspecs/features/functions.prf b/tools/qmake/mkspecs/features/functions.prf
index 06713d4dc..f0ee05144 100644
--- a/tools/qmake/mkspecs/features/functions.prf
+++ b/tools/qmake/mkspecs/features/functions.prf
@@ -3,7 +3,7 @@ defineTest(isPlatformSupported) {
   osx:lessThan(QMAKE_XCODE_VERSION, 5.1): return(false)
 
   linux-g++|win32-msvc2013|macx-clang: return(true)
-  android-g++-b2qt: return(true)
+  boot2qt: return(true)
   return(false)
 }
 
-- 
GitLab