diff options
author | Zeno Albisser <zeno.albisser@digia.com> | 2014-10-16 10:02:37 +0200 |
---|---|---|
committer | Zeno Albisser <zeno.albisser@digia.com> | 2014-10-16 12:04:48 +0200 |
commit | dca4a72fa04f0c50cede0d4f5f56791cd6722b74 (patch) | |
tree | 4897f3ac68a55ffd6def747ce510ab37c4dbcf2d | |
parent | 80bc08b46d2746408c69ccb3ec1dbb7db748de08 (diff) | |
download | qtwebengine-dca4a72fa04f0c50cede0d4f5f56791cd6722b74.tar.gz |
Allow building on boot2qt.
Change-Id: I91ce455ac5e3992e50d13c14f4035f91baad85bf
Reviewed-by: Andras Becsi <andras.becsi@digia.com>
m--------- | src/3rdparty | 0 | ||||
-rw-r--r-- | tools/qmake/mkspecs/features/functions.prf | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty b/src/3rdparty -Subproject ec43e18d084a44ed6bb4378f05f5523606316c5 +Subproject 0a34bb77a59122eeed3f5529a527423d45282db 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) } |