summaryrefslogtreecommitdiff
path: root/platform/qt/test/qmapboxgl.test.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/test/qmapboxgl.test.hpp')
-rw-r--r--platform/qt/test/qmapboxgl.test.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/qt/test/qmapboxgl.test.hpp b/platform/qt/test/qmapboxgl.test.hpp
index 04d63610ca..43a7c123b7 100644
--- a/platform/qt/test/qmapboxgl.test.hpp
+++ b/platform/qt/test/qmapboxgl.test.hpp
@@ -3,9 +3,6 @@
#include <QApplication>
#include <QMapboxGL>
-// We're using QGLFramebufferObject, which is only available in Qt 5 and up.
-#if QT_VERSION >= 0x050000
-
#include <QGLWidget>
#include <QGLFramebufferObject>
@@ -32,5 +29,3 @@ private slots:
void onMapChanged(QMapboxGL::MapChange);
void onNeedsRendering();
};
-
-#endif