From 57a6353c8ad25d68192bfb22b3f7f3f0ca1241a4 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Tue, 12 Mar 2019 13:07:23 +0200 Subject: qt5: update submodules * Update to Qt 5.13.0 Beta1 * QtCanvas3D recipe removed as the module has been removed from Qt 5.13 * New recipe added for QtLottie Task-number: QTBUG-72311 Change-Id: Ib5eb563f94c01149a50a6cec9d61c9de6571be6a Reviewed-by: Samuli Piippo --- .../0001-Force-host-toolchain-configuration.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch') diff --git a/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch b/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch index 54480b77..544e5ebe 100644 --- a/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch +++ b/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch @@ -1,4 +1,4 @@ -From 8a07ea88666132e3ca944d0d5784235420c3d382 Mon Sep 17 00:00:00 2001 +From 4bd5ee8a79729c29795568568a9cd7a01d9c338b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 15 Mar 2017 13:53:28 +0200 Subject: [PATCH] Force host toolchain configuration @@ -58,7 +58,7 @@ index dd0d3e3..6312c86 100644 " nm = \"$$which(nm)\" " \ " toolchain_args = { " \ diff --git a/src/buildtools/gn.pro b/src/buildtools/gn.pro -index 7766af0..9d578c8 100644 +index 30ada93..afd115c 100644 --- a/src/buildtools/gn.pro +++ b/src/buildtools/gn.pro @@ -19,8 +19,8 @@ build_pass|!debug_and_release { @@ -66,12 +66,12 @@ index 7766af0..9d578c8 100644 gn_configure = $$system_quote($$gn_bootstrap) --no-last-commit-position --out-path $$out_path \ - --cc \"$$which($$QMAKE_CC)\" --cxx \"$$which($$QMAKE_CXX)\" \ -- --ld \"$$which($$QMAKE_LINK)\" --ar \"$$which(ar)\" +- --ld \"$$which($$QMAKE_LINK)\" + --cc \"$$which($$CC_host)\" --cxx \"$$which($$CXX_host)\" \ + --ld \"$$which($$CXX_host)\" --ar \"$$which(ar)\" - message($$gn_configure) - !system("$$pythonPathForSystem() $$gn_configure") { - error("GN generation error!") + macos { + gn_configure += --isysroot \"$$QMAKE_MAC_SDK_PATH\" + } diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri index 04c9eca..c48fa06 100644 --- a/src/core/config/linux.pri -- cgit v1.2.3-54-g00ecf