summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices')
-rw-r--r--src/plugins/geoservices/esri/esri.pro48
-rw-r--r--src/plugins/geoservices/geoservices.pro19
-rw-r--r--src/plugins/geoservices/itemsoverlay/itemsoverlay.pro24
-rw-r--r--src/plugins/geoservices/mapbox/mapbox.pro47
-rw-r--r--src/plugins/geoservices/mapboxgl/mapboxgl.pro48
-rw-r--r--src/plugins/geoservices/nokia/nokia.pro60
-rw-r--r--src/plugins/geoservices/osm/osm.pro46
7 files changed, 0 insertions, 292 deletions
diff --git a/src/plugins/geoservices/esri/esri.pro b/src/plugins/geoservices/esri/esri.pro
deleted file mode 100644
index fce3947f..00000000
--- a/src/plugins/geoservices/esri/esri.pro
+++ /dev/null
@@ -1,48 +0,0 @@
-TARGET = qtgeoservices_esri
-
-QT += location-private positioning-private network
-
-QT_FOR_CONFIG += location-private
-qtConfig(location-labs-plugin): DEFINES += LOCATIONLABS
-
-HEADERS += \
- geocodereply_esri.h \
- geocodingmanagerengine_esri.h \
- geomapsource.h \
- georoutejsonparser_esri.h \
- georoutereply_esri.h \
- georoutingmanagerengine_esri.h \
- geoserviceproviderfactory_esri.h \
- geotiledmap_esri.h \
- geotiledmappingmanagerengine_esri.h \
- geotiledmapreply_esri.h \
- geotilefetcher_esri.h \
- placemanagerengine_esri.h \
- placesearchreply_esri.h \
- placecategoriesreply_esri.h
-
-SOURCES += \
- geocodereply_esri.cpp \
- geocodingmanagerengine_esri.cpp \
- geomapsource.cpp \
- georoutejsonparser_esri.cpp \
- georoutereply_esri.cpp \
- georoutingmanagerengine_esri.cpp \
- geoserviceproviderfactory_esri.cpp \
- geotiledmap_esri.cpp \
- geotiledmappingmanagerengine_esri.cpp \
- geotiledmapreply_esri.cpp \
- geotilefetcher_esri.cpp \
- placemanagerengine_esri.cpp \
- placesearchreply_esri.cpp \
- placecategoriesreply_esri.cpp
-
-RESOURCES += \
- esri.qrc
-
-OTHER_FILES += \
- esri_plugin.json
-
-PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = GeoServiceProviderFactoryEsri
-load(qt_plugin)
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
deleted file mode 100644
index c67b5f5b..00000000
--- a/src/plugins/geoservices/geoservices.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TEMPLATE = subdirs
-
-QT_FOR_CONFIG += location-private # pulls in the features defined in configure.json
-
-qtConfig(geoservices_here): SUBDIRS += nokia
-qtConfig(geoservices_mapbox): SUBDIRS += mapbox
-qtConfig(geoservices_esri): SUBDIRS += esri
-qtConfig(geoservices_itemsoverlay): SUBDIRS += itemsoverlay
-qtConfig(geoservices_osm): SUBDIRS += osm
-
-# for now turned off in Qt 6
-false:qtConfig(geoservices_mapboxgl) {
- !exists(../../3rdparty/mapbox-gl-native/mapbox-gl-native.pro) {
- warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
- } else {
- SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
- mapboxgl.depends = ../../3rdparty/mapbox-gl-native
- }
-}
diff --git a/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro b/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro
deleted file mode 100644
index 486ed97a..00000000
--- a/src/plugins/geoservices/itemsoverlay/itemsoverlay.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-TARGET = qtgeoservices_itemsoverlay
-
-QT += location-private positioning-private
-
-QT_FOR_CONFIG += location-private
-qtConfig(location-labs-plugin): DEFINES += LOCATIONLABS
-
-HEADERS += \
- qgeomapitemsoverlay.h \
- qgeomappingmanagerengineitemsoverlay.h \
- qgeoserviceproviderpluginitemsoverlay.h
-
-SOURCES += \
- qgeoserviceproviderpluginitemsoverlay.cpp \
- qgeomappingmanagerengineitemsoverlay.cpp \
- qgeomapitemsoverlay.cpp
-
-OTHER_FILES += \
- itemsoverlay_plugin.json
-
-PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryItemsOverlay
-load(qt_plugin)
-
diff --git a/src/plugins/geoservices/mapbox/mapbox.pro b/src/plugins/geoservices/mapbox/mapbox.pro
deleted file mode 100644
index c4e7f671..00000000
--- a/src/plugins/geoservices/mapbox/mapbox.pro
+++ /dev/null
@@ -1,47 +0,0 @@
-TARGET = qtgeoservices_mapbox
-
-QT += location-private positioning-private network
-
-QT_FOR_CONFIG += location-private
-qtConfig(location-labs-plugin): DEFINES += LOCATIONLABS
-
-HEADERS += \
- qgeoserviceproviderpluginmapbox.h \
- qgeotiledmappingmanagerenginemapbox.h \
- qgeotilefetchermapbox.h \
- qgeomapreplymapbox.h \
- qgeofiletilecachemapbox.h \
- qgeoroutingmanagerenginemapbox.h \
- qgeoroutereplymapbox.h \
- qplacecategoriesreplymapbox.h \
- qplacemanagerenginemapbox.h \
- qplacesearchsuggestionreplymapbox.h \
- qplacesearchreplymapbox.h \
- qgeocodingmanagerenginemapbox.h \
- qgeocodereplymapbox.h \
- qmapboxcommon.h
-
-SOURCES += \
- qgeoserviceproviderpluginmapbox.cpp \
- qgeotiledmappingmanagerenginemapbox.cpp \
- qgeotilefetchermapbox.cpp \
- qgeomapreplymapbox.cpp \
- qgeofiletilecachemapbox.cpp \
- qgeoroutingmanagerenginemapbox.cpp \
- qgeoroutereplymapbox.cpp \
- qplacecategoriesreplymapbox.cpp \
- qplacemanagerenginemapbox.cpp \
- qplacesearchsuggestionreplymapbox.cpp \
- qplacesearchreplymapbox.cpp \
- qgeocodingmanagerenginemapbox.cpp \
- qgeocodereplymapbox.cpp \
- qmapboxcommon.cpp
-
-RESOURCES += mapbox.qrc
-
-OTHER_FILES += \
- mapbox_plugin.json
-
-PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryMapbox
-load(qt_plugin)
diff --git a/src/plugins/geoservices/mapboxgl/mapboxgl.pro b/src/plugins/geoservices/mapboxgl/mapboxgl.pro
deleted file mode 100644
index 9a586ff6..00000000
--- a/src/plugins/geoservices/mapboxgl/mapboxgl.pro
+++ /dev/null
@@ -1,48 +0,0 @@
-TARGET = qtgeoservices_mapboxgl
-
-QT += \
- quick-private \
- location-private \
- positioning-private \
- network \
- sql
-
-HEADERS += \
- qgeoserviceproviderpluginmapboxgl.h \
- qgeomappingmanagerenginemapboxgl.h \
- qgeomapmapboxgl.h \
- qgeomapmapboxgl_p.h \
- qmapboxglstylechange_p.h \
- qsgmapboxglnode.h
-
-SOURCES += \
- qgeoserviceproviderpluginmapboxgl.cpp \
- qgeomappingmanagerenginemapboxgl.cpp \
- qgeomapmapboxgl.cpp \
- qmapboxglstylechange.cpp \
- qsgmapboxglnode.cpp
-
-# Mapbox GL Native is always a static
-# library linked to this plugin
-QMAKE_CXXFLAGS += \
- -DQT_MAPBOXGL_STATIC
-
-RESOURCES += mapboxgl.qrc
-
-OTHER_FILES += \
- mapboxgl_plugin.json
-
-INCLUDEPATH += ../../../3rdparty/mapbox-gl-native/platform/qt/include
-
-include(../../../3rdparty/zlib_dependency.pri)
-
-load(qt_build_paths)
-LIBS_PRIVATE += -L$$MODULE_BASE_OUTDIR/lib -lqmapboxgl$$qtPlatformTargetSuffix()
-
-qtConfig(icu) {
- QMAKE_USE_PRIVATE += icu
-}
-
-PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryMapboxGL
-load(qt_plugin)
diff --git a/src/plugins/geoservices/nokia/nokia.pro b/src/plugins/geoservices/nokia/nokia.pro
deleted file mode 100644
index 86a0665c..00000000
--- a/src/plugins/geoservices/nokia/nokia.pro
+++ /dev/null
@@ -1,60 +0,0 @@
-TARGET = qtgeoservices_nokia
-
-QT += location-private positioning-private network
-
-QT_FOR_CONFIG += location-private
-qtConfig(location-labs-plugin): DEFINES += LOCATIONLABS
-
-HEADERS += \
- qgeocodereply_nokia.h \
- qgeocodejsonparser.h \
- qgeocodingmanagerengine_nokia.h \
- qgeotiledmappingmanagerengine_nokia.h \
- qgeotilefetcher_nokia.h \
- qgeomapreply_nokia.h \
- qgeoroutereply_nokia.h \
- qgeoroutexmlparser.h \
- qgeoroutingmanagerengine_nokia.h \
- qgeoserviceproviderplugin_nokia.h \
- marclanguagecodes.h \
- qgeonetworkaccessmanager.h \
- qgeointrinsicnetworkaccessmanager.h \
- qgeouriprovider.h \
- uri_constants.h \
- qgeoerror_messages.h \
- qgeomapversion.h \
- qgeotiledmap_nokia.h \
- qgeofiletilecachenokia.h
-
-
-SOURCES += \
- qgeocodereply_nokia.cpp \
- qgeocodejsonparser.cpp \
- qgeocodingmanagerengine_nokia.cpp \
- qgeotiledmappingmanagerengine_nokia.cpp \
- qgeotilefetcher_nokia.cpp \
- qgeomapreply_nokia.cpp \
- qgeoroutereply_nokia.cpp \
- qgeoroutexmlparser.cpp \
- qgeoroutingmanagerengine_nokia.cpp \
- qgeoserviceproviderplugin_nokia.cpp \
- qgeointrinsicnetworkaccessmanager.cpp \
- qgeouriprovider.cpp \
- uri_constants.cpp \
- qgeoerror_messages.cpp \
- qgeomapversion.cpp \
- qgeotiledmap_nokia.cpp \
- qgeofiletilecachenokia.cpp
-
-include(placesv2/placesv2.pri)
-
-RESOURCES += nokia.qrc
-
-INCLUDEPATH += ../../../location/maps
-
-OTHER_FILES += \
- nokia_plugin.json
-
-PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryNokia
-load(qt_plugin)
diff --git a/src/plugins/geoservices/osm/osm.pro b/src/plugins/geoservices/osm/osm.pro
deleted file mode 100644
index 74e27dc9..00000000
--- a/src/plugins/geoservices/osm/osm.pro
+++ /dev/null
@@ -1,46 +0,0 @@
-TARGET = qtgeoservices_osm
-
-QT += location-private positioning-private network concurrent
-
-QT_FOR_CONFIG += location-private
-qtConfig(location-labs-plugin): DEFINES += LOCATIONLABS
-
-HEADERS += \
- qgeoserviceproviderpluginosm.h \
- qgeotiledmappingmanagerengineosm.h \
- qgeotilefetcherosm.h \
- qgeomapreplyosm.h \
- qgeocodingmanagerengineosm.h \
- qgeocodereplyosm.h \
- qgeoroutingmanagerengineosm.h \
- qgeoroutereplyosm.h \
- qplacemanagerengineosm.h \
- qplacesearchreplyosm.h \
- qplacecategoriesreplyosm.h \
- qgeotiledmaposm.h \
- qgeofiletilecacheosm.h \
- qgeotileproviderosm.h
-
-SOURCES += \
- qgeoserviceproviderpluginosm.cpp \
- qgeotiledmappingmanagerengineosm.cpp \
- qgeotilefetcherosm.cpp \
- qgeomapreplyosm.cpp \
- qgeocodingmanagerengineosm.cpp \
- qgeocodereplyosm.cpp \
- qgeoroutingmanagerengineosm.cpp \
- qgeoroutereplyosm.cpp \
- qplacemanagerengineosm.cpp \
- qplacesearchreplyosm.cpp \
- qplacecategoriesreplyosm.cpp \
- qgeotiledmaposm.cpp \
- qgeofiletilecacheosm.cpp \
- qgeotileproviderosm.cpp
-
-
-OTHER_FILES += \
- osm_plugin.json
-
-PLUGIN_TYPE = geoservices
-PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryOsm
-load(qt_plugin)