diff --git a/src/3rdparty b/src/3rdparty index ec43e18d084a44ed6bb4378f05f5523606316c5a..0a34bb77a59122eeed3f5529a527423d45282db3 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 06713d4dcef5c58b9095bad82544ad0d63da9a19..f0ee051444497d06d101a14a191fc4ee8ee054aa 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) }