Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make compile.
Fix compile after 054114a459580b71e170dc6bf356e8943d0ed068 in qtbase.

Change-Id: Ibeea6b4b2e3c5f420446b15edd1df7bf88535dcd
Reviewed-by: Martin Jones <martin.jones@nokia.com>
  • Loading branch information
Michael Brasser authored and Qt by Nokia committed Feb 20, 2012
1 parent fbf4a23 commit 2cbb17a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/quick/items/qquickcanvas.cpp
Expand Up @@ -55,6 +55,7 @@

#include <private/qguiapplication_p.h>
#include <QtGui/QInputMethod>
#include <QtGui/QCursor>

#include <private/qabstractanimation_p.h>

Expand Down
1 change: 1 addition & 0 deletions src/quick/items/qquickwindowmanager.cpp
Expand Up @@ -48,6 +48,7 @@
#include <QtCore/private/qabstractanimation_p.h>

#include <QtGui/QOpenGLContext>
#include <QtGui/QPlatformIntegration>
#include <QtGui/private/qguiapplication_p.h>

#include <QtDeclarative/private/qdeclarativeglobal_p.h>
Expand Down
1 change: 1 addition & 0 deletions src/quick/scenegraph/qsgcontext.cpp
Expand Up @@ -60,6 +60,7 @@

#include <QtQuick/private/qsgtexture_p.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/QPlatformIntegration>

#include <QtGui/qplatformsharedgraphicscache_qpa.h>

Expand Down

0 comments on commit 2cbb17a

Please sign in to comment.