summaryrefslogtreecommitdiff
path: root/platform/qt/test/qmapboxgl.test.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-07-23 17:55:26 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-09 13:26:27 +0300
commitbf493c46b0a2305a2a474310882709a38fabe39e (patch)
tree99f6f86d75775baa9f6b66925deff728e280a6fd /platform/qt/test/qmapboxgl.test.hpp
parent7904b1c625b35445a88243f612fa861c60f0c76d (diff)
downloadqtlocation-mapboxgl-bf493c46b0a2305a2a474310882709a38fabe39e.tar.gz
[build] Remove Qt test dependency on core
This test is testing the Qt bindings and should only link with QMapboxGL.
Diffstat (limited to 'platform/qt/test/qmapboxgl.test.hpp')
-rw-r--r--platform/qt/test/qmapboxgl.test.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/platform/qt/test/qmapboxgl.test.hpp b/platform/qt/test/qmapboxgl.test.hpp
index 43a7c123b7..3591dbc9d8 100644
--- a/platform/qt/test/qmapboxgl.test.hpp
+++ b/platform/qt/test/qmapboxgl.test.hpp
@@ -1,11 +1,10 @@
-#include <mbgl/test/util.hpp>
-
-#include <QApplication>
#include <QMapboxGL>
#include <QGLWidget>
#include <QGLFramebufferObject>
+#include <gtest/gtest.h>
+
class QMapboxGLTest : public QObject, public ::testing::Test {
Q_OBJECT