summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene2d
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-03-20 11:35:46 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-03-20 14:46:45 +0000
commitbea6f27d0e28eda72fa09ca6581df1f444f54f8f (patch)
treeda015560a83f1e3867a28bfe9cac171808b189d0 /src/quick3d/imports/scene2d
parentefc5d5635c1a64fbeae1bb52ddbd2f8d43a5990a (diff)
scene2d: Add qcoreapplication.h to header includes
Required for Q_COREAPP_STARTUP_FUNCTION macro Change-Id: Icaa66a7f3aa206bf4741a086c75f3d7b79b7af6d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/quick3d/imports/scene2d')
-rw-r--r--src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp b/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp
index c67271adb..4e6245d2d 100644
--- a/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp
+++ b/src/quick3d/imports/scene2d/qtquickscene2dplugin.cpp
@@ -39,6 +39,7 @@
#include <Qt3DQuickScene2D/qscene2d.h>
#include <private/qrenderaspect_p.h>
#include <Qt3DQuickScene2D/private/qt3dquick3dscene2d_p.h>
+#include <QtCore/qcoreapplication.h>
QT_BEGIN_NAMESPACE