diff options
Diffstat (limited to 'recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch')
| -rw-r--r-- | recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch | 30 |
1 files changed, 0 insertions, 30 deletions
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 deleted file mode 100644 index 4a4505a1..00000000 --- a/recipes-qt/qt5/qt3d-runtime/0001-runtime-Include-missing-QCoreApplication-header.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From b592df2afbbeb0670a9d2939d5cca1544095c7ae Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Thu, 23 Aug 2018 03:23:20 +0000 | ||
| 4 | Subject: [PATCH] runtime: Include missing <QCoreApplication> header | ||
| 5 | |||
| 6 | Fixes following errors seen on mips | ||
| 7 | |||
| 8 | q3dsengine.cpp:1327:9: error: 'QCoreApplication' has not been declared | ||
| 9 | QCoreApplication::sendEvent(&m_profileUiEventSource, e); | ||
| 10 | ^~~~~~~~~~~~~~~~ | ||
| 11 | |||
| 12 | Upstream-Status: Pending | ||
| 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 14 | |||
| 15 | --- | ||
| 16 | src/runtime/q3dsengine.cpp | 1 + | ||
| 17 | 1 file changed, 1 insertion(+) | ||
| 18 | |||
| 19 | diff --git a/src/runtime/q3dsengine.cpp b/src/runtime/q3dsengine.cpp | ||
| 20 | index 053fda4..65c34aa 100644 | ||
| 21 | --- a/src/runtime/q3dsengine.cpp | ||
| 22 | +++ b/src/runtime/q3dsengine.cpp | ||
| 23 | @@ -36,6 +36,7 @@ | ||
| 24 | #include "q3dsinlineqmlsubpresentation_p.h" | ||
| 25 | #include "q3dsviewportsettings_p.h" | ||
| 26 | |||
| 27 | +#include <QCoreApplication> | ||
| 28 | #include <QLoggingCategory> | ||
| 29 | #include <QKeyEvent> | ||
| 30 | #include <QMouseEvent> | ||
