summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt5/qtdeclarative/0002-qquickviewcomparison-fix-QCoreApplication-has-not-be.patch
blob: e8227587ef724f67ff28fc838993423172fe6208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From da7f84900e7efb6ce1e6914861beb1636b99347c Mon Sep 17 00:00:00 2001
From: Denys Dmytriyenko <denys@ti.com>
Date: Thu, 31 Mar 2016 19:38:58 -0400
Subject: [PATCH] qquickviewcomparison: fix QCoreApplication has not been
 declared error

Upstream-Status: Pending

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h b/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h
index 5b86c93..e77514e 100644
--- a/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h
+++ b/examples/quick/quickwidgets/qquickviewcomparison/mainwindow.h
@@ -44,6 +44,7 @@
 #include <QWidget>
 #include <QQuickWidget>
 #include <QQuickView>
+#include <QCoreApplication>
 
 QT_FORWARD_DECLARE_CLASS(QRadioButton)
 QT_FORWARD_DECLARE_CLASS(QCheckBox)