summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/geoservices.pro
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-03-04 09:26:51 -0800
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-03-06 22:08:54 +0000
commit41ccb2bd887b7dcb130b1008a59e29a964484567 (patch)
tree2367764ac76cf73597f7af3dcba5ee8a5c14ff3d /src/plugins/geoservices/geoservices.pro
parent2c4811a1c33412cc47e92df1df63b7d1131439b3 (diff)
downloadqtlocation-41ccb2bd887b7dcb130b1008a59e29a964484567.tar.gz
Remove dependency on QtWidgets
Mapbox GL Native was using QtOpenGL and that was pulling in the dependency on QtWidgets. Now we use only QtGui. Task-number: QTBUG-58821 Change-Id: Iae4c0d6de24988180fd8c837ff53ffc426831a30 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/plugins/geoservices/geoservices.pro')
-rw-r--r--src/plugins/geoservices/geoservices.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index 09bf12df..2f28e138 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -3,10 +3,6 @@ TEMPLATE = subdirs
SUBDIRS = nokia osm mapbox esri
defineTest(supportsMapboxGL) {
- !qtHaveModule(opengl) {
- return(false)
- }
-
linux|android {
equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
return(true)