Skip to content

Commit

Permalink
Fixed compiling for Qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Sep 30, 2016
1 parent c507399 commit 5a8e45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osgQt/GraphicsWindowQt
Expand Up @@ -17,7 +17,7 @@
#include <osgViewer/GraphicsWindow>
#include "Export"

#include <QMutex>
#include <QtCore/QMutex>
#include <QEvent>
#include <QQueue>
#include <QSet>
Expand Down
4 changes: 2 additions & 2 deletions osgQt/GraphicsWindowQt.cpp
Expand Up @@ -19,8 +19,8 @@

#if (QT_VERSION>=QT_VERSION_CHECK(4, 6, 0))
# define USE_GESTURES
# include <QtWidgets/QGestureEvent>
# include <QtWidgets/QGesture>
# include <QGestureEvent>
# include <QGesture>
#endif

/*
Expand Down

0 comments on commit 5a8e45a

Please sign in to comment.