From aecbcd8423e44b89bd187bf0ecf9caa14283e581 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Fri, 19 Oct 2018 08:13:33 +0300 Subject: qt5: update submodules Update to latest 5.12.0 snapshot. Obsolete qtscript patch removed. Task-number: QTBUG-70847 Change-Id: I88ca3639bb015d108019d40a6910fc51cac1f887 Reviewed-by: Samuli Piippo --- .../0001-runtime-Include-missing-QCoreApplication-header.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch') diff --git a/recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch b/recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch index bc61e538..4a4505a1 100644 --- a/recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch +++ b/recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch @@ -1,4 +1,4 @@ -From e6247a6823d372cc779934cf6c74d65bae9652b5 Mon Sep 17 00:00:00 2001 +From b592df2afbbeb0670a9d2939d5cca1544095c7ae Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Aug 2018 03:23:20 +0000 Subject: [PATCH] runtime: Include missing header @@ -11,17 +11,18 @@ q3dsengine.cpp:1327:9: error: 'QCoreApplication' has not been declared Upstream-Status: Pending Signed-off-by: Khem Raj + --- src/runtime/q3dsengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/q3dsengine.cpp b/src/runtime/q3dsengine.cpp -index 1a438f0..d6d4eb5 100644 +index 053fda4..65c34aa 100644 --- a/src/runtime/q3dsengine.cpp +++ b/src/runtime/q3dsengine.cpp @@ -36,6 +36,7 @@ #include "q3dsinlineqmlsubpresentation_p.h" - #include "q3dsviewersettings.h" + #include "q3dsviewportsettings_p.h" +#include #include -- cgit v1.2.3-54-g00ecf