summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/imports/location/location.pro10
-rw-r--r--src/imports/locationlabs/locationlabs.pro20
-rw-r--r--src/location/declarativemaps/declarativemaps.pri72
-rw-r--r--src/location/declarativeplaces/declarativeplaces.pri51
-rw-r--r--src/location/doc/snippets/cpp/cpp.pro8
-rw-r--r--src/location/doc/snippets/declarative/declarative.pro18
-rw-r--r--src/location/doc/snippets/places/places.pro5
-rw-r--r--src/location/doc/snippets/snippets.pro2
-rw-r--r--src/location/doc/src/src.pro9
-rw-r--r--src/location/labs/labs.pri5
-rw-r--r--src/location/location.pro50
-rw-r--r--src/location/maps/maps.pri105
-rw-r--r--src/location/places/places.pri94
-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
-rw-r--r--src/plugins/plugins.pro2
-rw-r--r--src/src.pro64
22 files changed, 0 insertions, 807 deletions
diff --git a/src/imports/location/location.pro b/src/imports/location/location.pro
deleted file mode 100644
index 40605806..00000000
--- a/src/imports/location/location.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-QT += quick-private network positioning-private positioningquick-private location-private qml-private core-private gui-private
-
-SOURCES += \
- location.cpp
-
-load(qml_plugin)
-
-OTHER_FILES += \
- plugin.json \
- qmldir
diff --git a/src/imports/locationlabs/locationlabs.pro b/src/imports/locationlabs/locationlabs.pro
deleted file mode 100644
index c55b09b8..00000000
--- a/src/imports/locationlabs/locationlabs.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-QT += quick-private network positioning-private location-private qml-private core-private gui-private
-
-TARGET = locationlabsplugin
-CXX_MODULE = $$TARGET
-TARGETPATH = Qt/labs/location
-IMPORT_VERSION = 1.0
-
-HEADERS += \
- locationlabssingleton_p.h
-
-SOURCES += \
- locationlabs.cpp \
- locationlabssingleton.cpp
-
-#CONFIG += no_cxx_module
-load(qml_plugin)
-
-OTHER_FILES += \
- plugin.json \
- qmldir
diff --git a/src/location/declarativemaps/declarativemaps.pri b/src/location/declarativemaps/declarativemaps.pri
deleted file mode 100644
index 12199eec..00000000
--- a/src/location/declarativemaps/declarativemaps.pri
+++ /dev/null
@@ -1,72 +0,0 @@
-QT += quick-private network positioning-private positioningquick-private qml-private core-private gui-private
-
-INCLUDEPATH += declarativemaps
-
-PRIVATE_HEADERS += \
- declarativemaps/error_messages_p.h \
- declarativemaps/locationvaluetypehelper_p.h \
- declarativemaps/qdeclarativecirclemapitem_p.h \
- declarativemaps/qdeclarativegeocodemodel_p.h \
- declarativemaps/qdeclarativegeomaneuver_p.h \
- declarativemaps/qdeclarativegeomapcopyrightsnotice_p.h \
- declarativemaps/qdeclarativegeomapitembase_p.h \
- declarativemaps/qdeclarativegeomapitemgroup_p.h \
- declarativemaps/qdeclarativegeomapitemtransitionmanager_p.h \
- declarativemaps/qdeclarativegeomapitemview_p.h \
- declarativemaps/qdeclarativegeomapparameter_p.h \
- declarativemaps/qdeclarativegeomap_p.h \
- declarativemaps/qdeclarativegeomapquickitem_p.h \
- declarativemaps/qdeclarativegeomaptype_p.h \
- declarativemaps/qdeclarativegeoroutemodel_p.h \
- declarativemaps/qdeclarativegeoroute_p.h \
- declarativemaps/qdeclarativegeoroutesegment_p.h \
- declarativemaps/qdeclarativegeoserviceprovider_p.h \
- declarativemaps/qdeclarativepolygonmapitem_p.h \
- declarativemaps/qdeclarativepolylinemapitem_p.h \
- declarativemaps/qdeclarativerectanglemapitem_p.h \
- declarativemaps/qdeclarativeroutemapitem_p.h \
- declarativemaps/qgeomapitemgeometry_p.h \
- declarativemaps/qgeomapobject_p.h \
- declarativemaps/qgeomapobject_p_p.h \
- declarativemaps/qparameterizableobject_p.h \
- declarativemaps/qdeclarativegeomapitemutils_p.h \
- declarativemaps/qdeclarativepolylinemapitem_p_p.h \
- declarativemaps/qdeclarativepolygonmapitem_p_p.h \
- declarativemaps/qdeclarativerectanglemapitem_p_p.h \
- declarativemaps/qdeclarativecirclemapitem_p_p.h \
- declarativemaps/qgeosimplify_p.h \
- declarativemaps/qquickgeomapgesturearea_p.h
-
-SOURCES += \
- declarativemaps/error_messages.cpp \
- declarativemaps/locationvaluetypehelper.cpp \
- declarativemaps/qdeclarativepolylinemapitem.cpp \
- declarativemaps/qdeclarativepolygonmapitem.cpp \
- declarativemaps/qdeclarativegeocodemodel.cpp \
- declarativemaps/qdeclarativegeomaneuver.cpp \
- declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp \
- declarativemaps/qdeclarativegeomap.cpp \
- declarativemaps/qdeclarativegeomapitembase.cpp \
- declarativemaps/qdeclarativegeomapitemgroup.cpp \
- declarativemaps/qdeclarativegeomapitemtransitionmanager.cpp \
- declarativemaps/qdeclarativegeomapitemview.cpp \
- declarativemaps/qdeclarativegeomapparameter.cpp \
- declarativemaps/qdeclarativegeomapquickitem.cpp \
- declarativemaps/qdeclarativegeomaptype.cpp \
- declarativemaps/qdeclarativegeoroute.cpp \
- declarativemaps/qdeclarativegeoroutemodel.cpp \
- declarativemaps/qdeclarativegeoroutesegment.cpp \
- declarativemaps/qdeclarativegeoserviceprovider.cpp \
- declarativemaps/qdeclarativecirclemapitem.cpp \
- declarativemaps/qdeclarativerectanglemapitem.cpp \
- declarativemaps/qdeclarativeroutemapitem.cpp \
- declarativemaps/qgeomapitemgeometry.cpp \
- declarativemaps/qgeomapobject.cpp \
- declarativemaps/qdeclarativegeomapitemutils.cpp \
- declarativemaps/qparameterizableobject.cpp \
- declarativemaps/qgeosimplify.cpp \
- declarativemaps/qquickgeomapgesturearea.cpp
-
-load(qt_build_paths)
-LIBS_PRIVATE += -L$$MODULE_BASE_OUTDIR/lib -lqt_poly2tri$$qtPlatformTargetSuffix() -lqt_clip2tri$$qtPlatformTargetSuffix()
-
diff --git a/src/location/declarativeplaces/declarativeplaces.pri b/src/location/declarativeplaces/declarativeplaces.pri
deleted file mode 100644
index 82f60c23..00000000
--- a/src/location/declarativeplaces/declarativeplaces.pri
+++ /dev/null
@@ -1,51 +0,0 @@
-INCLUDEPATH += declarativeplaces
-
-SOURCES += \
-#models
- declarativeplaces/qdeclarativeplacecontentmodel.cpp \
- declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp \
- declarativeplaces/qdeclarativesearchsuggestionmodel.cpp \
- declarativeplaces/qdeclarativesearchresultmodel.cpp \
- declarativeplaces/qdeclarativereviewmodel.cpp \
- declarativeplaces/qdeclarativeplaceimagemodel.cpp \
- declarativeplaces/qdeclarativeplaceeditorialmodel.cpp \
-#data
- declarativeplaces/qdeclarativecontactdetail.cpp \
- declarativeplaces/qdeclarativecategory.cpp \
- declarativeplaces/qdeclarativeplace.cpp \
- declarativeplaces/qdeclarativeplaceattribute.cpp \
- declarativeplaces/qdeclarativeplaceicon.cpp \
- declarativeplaces/qdeclarativeplaceuser.cpp \
- declarativeplaces/qdeclarativeratings.cpp \
- declarativeplaces/qdeclarativesupplier.cpp \
- declarativeplaces/qdeclarativesearchmodelbase.cpp
-
-PRIVATE_HEADERS += \
-#models
- declarativeplaces/qdeclarativesupportedcategoriesmodel_p.h \
- declarativeplaces/qdeclarativesearchsuggestionmodel_p.h \
- declarativeplaces/qdeclarativesearchresultmodel_p.h \
- declarativeplaces/qdeclarativereviewmodel_p.h \
- declarativeplaces/qdeclarativeplaceimagemodel_p.h \
-#data
- declarativeplaces/qdeclarativecontactdetail_p.h \
- declarativeplaces/qdeclarativecategory_p.h \
- declarativeplaces/qdeclarativeplace_p.h \
- declarativeplaces/qdeclarativeplaceattribute_p.h \
- declarativeplaces/qdeclarativeplaceicon_p.h \
- declarativeplaces/qdeclarativeplaceuser_p.h \
- declarativeplaces/qdeclarativeratings_p.h \
- declarativeplaces/qdeclarativesupplier_p.h \
- declarativeplaces/qdeclarativesearchmodelbase_p.h \
- declarativeplaces/qdeclarativeplacecontentmodel_p.h \
- declarativeplaces/qdeclarativeplaceeditorialmodel_p.h
-
-
-
-
-
-
-
-
-
-
diff --git a/src/location/doc/snippets/cpp/cpp.pro b/src/location/doc/snippets/cpp/cpp.pro
deleted file mode 100644
index b961b988..00000000
--- a/src/location/doc/snippets/cpp/cpp.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = app
-TARGET = cppsnippet
-QT = core location
-
-SOURCES += \
- main.cpp \
- cppqml.cpp
-
diff --git a/src/location/doc/snippets/declarative/declarative.pro b/src/location/doc/snippets/declarative/declarative.pro
deleted file mode 100644
index 226010cc..00000000
--- a/src/location/doc/snippets/declarative/declarative.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = aux
-
-content.files = \
- declarative-location.qml \
- maps.qml \
- places.qml \
- plugin.qml \
- routing.qml \
- places_loader.qml
-
-OTHER_FILES = \
- $${content.files}
-
-# Put content in INSTALLS so that content.files become part of the project tree in Qt Creator,
-# but scoped with false as we don't actually want to install them. They are documentation
-# snippets.
-false:INSTALLS += content
-
diff --git a/src/location/doc/snippets/places/places.pro b/src/location/doc/snippets/places/places.pro
deleted file mode 100644
index 9fa4c7fb..00000000
--- a/src/location/doc/snippets/places/places.pro
+++ /dev/null
@@ -1,5 +0,0 @@
-TEMPLATE=app
-TARGET=placescppsnippet
-QT = core location
-SOURCES+=main.cpp
-HEADERS += requesthandler.h
diff --git a/src/location/doc/snippets/snippets.pro b/src/location/doc/snippets/snippets.pro
deleted file mode 100644
index e4946c8b..00000000
--- a/src/location/doc/snippets/snippets.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += places declarative cpp
diff --git a/src/location/doc/src/src.pro b/src/location/doc/src/src.pro
deleted file mode 100644
index fe90f135..00000000
--- a/src/location/doc/src/src.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += snippets
-
-OTHER_FILES = \
- *.qdoc \
- *.qdocinc \
- plugins/*.qdoc \
- examples/*.qdoc \
- imports/*.qdoc
diff --git a/src/location/labs/labs.pri b/src/location/labs/labs.pri
deleted file mode 100644
index 79a22700..00000000
--- a/src/location/labs/labs.pri
+++ /dev/null
@@ -1,5 +0,0 @@
-QT += positioningquick-private
-INCLUDEPATH += labs
-
-PRIVATE_HEADERS += $$files($$PWD/*.h) $$files($$PWD/qsg/*.h)
-SOURCES += $$files($$PWD/*.cpp) $$files($$PWD/qsg/*.cpp)
diff --git a/src/location/location.pro b/src/location/location.pro
deleted file mode 100644
index d32cec53..00000000
--- a/src/location/location.pro
+++ /dev/null
@@ -1,50 +0,0 @@
-TARGET = QtLocation
-QT = core-private positioning-private positioningquick-private
-android {
- # adding qtconcurrent dependency here for the osm plugin
- QT += concurrent
-}
-
-CONFIG += simd optimize_full
-QT_FOR_CONFIG += location-private
-
-# 3rdparty headers produce warnings with MSVC
-msvc: CONFIG -= warning_clean
-
-INCLUDEPATH += ../3rdparty/earcut
-INCLUDEPATH *= $$PWD
-
-MODULE_PLUGIN_TYPES = \
- geoservices
-
-QMAKE_DOCS = $$PWD/doc/qtlocation.qdocconf
-OTHER_FILES += configure.json doc/src/*.qdoc doc/src/plugins/*.qdoc # show .qdoc files in Qt Creator
-
-PUBLIC_HEADERS += \
- qlocation.h \
- qlocationglobal.h
-
-PRIVATE_HEADERS += \
- qlocationglobal_p.h
-
-SOURCES += \
- qlocation.cpp
-
-include(maps/maps.pri)
-include(places/places.pri)
-include(declarativemaps/declarativemaps.pri)
-include(declarativeplaces/declarativeplaces.pri)
-qtConfig(location-labs-plugin) {
- include(labs/labs.pri)
-} else {
- # FIXME: this should be moved out of plugin source code, geojson is referenced from other places
- # within codebase,however compilation of location-labs-plugin is optional
- PRIVATE_HEADERS += labs/qgeojson_p.h
- SOURCES += labs/qgeojson.cpp
-}
-
-HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
-
-load(qt_module)
-
-LIBS_PRIVATE += -L$$MODULE_BASE_OUTDIR/lib
diff --git a/src/location/maps/maps.pri b/src/location/maps/maps.pri
deleted file mode 100644
index 68e80442..00000000
--- a/src/location/maps/maps.pri
+++ /dev/null
@@ -1,105 +0,0 @@
-
-INCLUDEPATH += maps
-
-QT += gui quick
-
-PUBLIC_HEADERS += \
- maps/qgeocodereply.h \
- maps/qgeocodingmanagerengine.h \
- maps/qgeocodingmanager.h \
- maps/qgeomaneuver.h \
- maps/qgeoroute.h \
- maps/qgeoroutereply.h \
- maps/qgeorouterequest.h \
- maps/qgeoroutesegment.h \
- maps/qgeoroutingmanagerengine.h \
- maps/qgeoroutingmanager.h \
- maps/qgeoserviceproviderfactory.h \
- maps/qgeoserviceprovider.h
-
-PRIVATE_HEADERS += \
- maps/qgeomapparameter_p.h \
- maps/qgeocameracapabilities_p.h \
- maps/qgeocameradata_p.h \
- maps/qgeocameratiles_p.h \
- maps/qgeocodereply_p.h \
- maps/qgeocodingmanagerengine_p.h \
- maps/qgeocodingmanager_p.h \
- maps/qgeomaneuver_p.h \
- maps/qgeotiledmapscene_p.h \
- maps/qgeotilerequestmanager_p.h \
- maps/qgeomap_p.h \
- maps/qgeomap_p_p.h \
- maps/qgeotiledmap_p.h \
- maps/qgeotiledmap_p_p.h \
- maps/qgeotilefetcher_p.h \
- maps/qgeotilefetcher_p_p.h \
- maps/qgeomappingmanager_p.h \
- maps/qgeomappingmanager_p_p.h \
- maps/qgeomappingmanagerengine_p.h \
- maps/qgeomappingmanagerengine_p_p.h \
- maps/qgeotiledmappingmanagerengine_p.h \
- maps/qgeotiledmappingmanagerengine_p_p.h \
- maps/qgeomaptype_p.h \
- maps/qgeomaptype_p_p.h \
- maps/qgeoroute_p.h \
- maps/qgeoroutereply_p.h \
- maps/qgeorouterequest_p.h \
- maps/qgeoroutesegment_p.h \
- maps/qgeoroutingmanagerengine_p.h \
- maps/qgeoroutingmanager_p.h \
- maps/qgeoserviceprovider_p.h \
- maps/qabstractgeotilecache_p.h \
- maps/qgeofiletilecache_p.h \
- maps/qgeotiledmapreply_p.h \
- maps/qgeotiledmapreply_p_p.h \
- maps/qgeotilespec_p.h \
- maps/qgeotilespec_p_p.h \
- maps/qgeorouteparser_p.h \
- maps/qgeorouteparser_p_p.h \
- maps/qgeorouteparserosrmv5_p.h \
- maps/qgeorouteparserosrmv4_p.h \
- maps/qgeoprojection_p.h \
- maps/qnavigationmanagerengine_p.h \
- maps/qnavigationmanager_p.h \
- maps/qgeocameratiles_p_p.h \
- maps/qgeotiledmapscene_p_p.h \
- maps/qcache3q_p.h
-
-SOURCES += \
- maps/qgeocameracapabilities.cpp \
- maps/qgeocameradata.cpp \
- maps/qgeocameratiles.cpp \
- maps/qgeocodereply.cpp \
- maps/qgeocodingmanager.cpp \
- maps/qgeocodingmanagerengine.cpp \
- maps/qgeomaneuver.cpp \
- maps/qgeotilerequestmanager.cpp \
- maps/qgeomap.cpp \
- maps/qgeomappingmanager.cpp \
- maps/qgeomappingmanagerengine.cpp \
- maps/qgeotiledmappingmanagerengine.cpp \
- maps/qgeotilefetcher.cpp \
- maps/qgeomaptype.cpp \
- maps/qgeoroute.cpp \
- maps/qgeoroutereply.cpp \
- maps/qgeorouterequest.cpp \
- maps/qgeoroutesegment.cpp \
- maps/qgeoroutingmanager.cpp \
- maps/qgeoroutingmanagerengine.cpp \
- maps/qgeoserviceprovider.cpp \
- maps/qgeoserviceproviderfactory.cpp \
- maps/qabstractgeotilecache.cpp \
- maps/qgeofiletilecache.cpp \
- maps/qgeotiledmapreply.cpp \
- maps/qgeotilespec.cpp \
- maps/qgeotiledmap.cpp \
- maps/qgeotiledmapscene.cpp \
- maps/qgeorouteparser.cpp \
- maps/qgeorouteparserosrmv5.cpp \
- maps/qgeorouteparserosrmv4.cpp \
- maps/qgeomapparameter.cpp \
- maps/qnavigationmanagerengine.cpp \
- maps/qnavigationmanager.cpp \
- maps/qgeoprojection.cpp
-
diff --git a/src/location/places/places.pri b/src/location/places/places.pri
deleted file mode 100644
index 5a766b61..00000000
--- a/src/location/places/places.pri
+++ /dev/null
@@ -1,94 +0,0 @@
-INCLUDEPATH += places
-
-PUBLIC_HEADERS += \
- places/placemacro.h \
-#data classes
- places/qplace.h \
- places/qplaceattribute.h \
- places/qplacecontactdetail.h \
- places/qplacecategory.h \
- places/qplacecontent.h \
- places/qplacecontentreply.h \
- places/qplaceeditorial.h \
- places/qplaceimage.h \
- places/qplaceicon.h \
- places/qplaceratings.h \
- places/qplacereview.h \
- places/qplacesupplier.h \
- places/qplaceuser.h \
-#result
- places/qplacesearchresult.h \
- places/qplaceresult.h \
- places/qplaceproposedsearchresult.h \
-#request classes
- places/qplacecontentrequest.h \
- places/qplacematchrequest.h \
- places/qplacesearchrequest.h \
- places/qplacesearchrequest_p.h \
-#reply classes
- places/qplacereply.h \
- places/qplacedetailsreply.h \
- places/qplaceidreply.h \
- places/qplacematchreply.h \
- places/qplacesearchreply.h \
- places/qplacesearchsuggestionreply.h \
- places/unsupportedreplies_p.h \
-#manager and engine
- places/qplacemanager.h \
- places/qplacemanagerengine.h
-
-PRIVATE_HEADERS += \
- places/qplace_p.h \
- places/qplaceattribute_p.h \
- places/qplacecategory_p.h \
- places/qplacecontent_p.h \
- places/qplacecontactdetail_p.h \
- places/qplaceeditorial_p.h \
- places/qplaceicon_p.h \
- places/qplaceimage_p.h \
- places/qplaceratings_p.h \
- places/qplaceresult_p.h \
- places/qplaceproposedsearchresult_p.h \
- places/qplacereview_p.h \
- places/qplacesupplier_p.h \
- places/qplacesearchresult_p.h \
- places/qplacereply_p.h \
- places/qplacemanagerengine_p.h \
- places/qplacecontentrequest_p.h \
- places/qplaceuser_p.h
-
-SOURCES += \
-#data classes
- places/qplace.cpp \
- places/qplaceattribute.cpp \
- places/qplacecategory.cpp \
- places/qplacecontactdetail.cpp \
- places/qplacecontent.cpp \
- places/qplacecontentreply.cpp \
- places/qplaceeditorial.cpp \
- places/qplaceuser.cpp \
-#result
- places/qplaceicon.cpp \
- places/qplaceimage.cpp \
- places/qplaceratings.cpp \
- places/qplacereview.cpp \
- places/qplaceidreply.cpp \
- places/qplacesupplier.cpp \
-#result
- places/qplacesearchresult.cpp \
- places/qplaceresult.cpp \
- places/qplaceproposedsearchresult.cpp \
-#request classes
- places/qplacecontentrequest.cpp \
- places/qplacematchrequest.cpp \
- places/qplacesearchrequest.cpp \
-#reply classes
- places/qplacereply.cpp \
- places/qplacedetailsreply.cpp \
- places/qplacematchreply.cpp \
- places/qplacesearchreply.cpp \
- places/qplacesearchsuggestionreply.cpp \
-#manager and engine
- places/qplacemanager.cpp \
- places/qplacemanagerengine.cpp
-
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)
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
deleted file mode 100644
index c27440f0..00000000
--- a/src/plugins/plugins.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-TEMPLATE = subdirs
-qtHaveModule(location): SUBDIRS += geoservices
diff --git a/src/src.pro b/src/src.pro
deleted file mode 100644
index 822a5d3e..00000000
--- a/src/src.pro
+++ /dev/null
@@ -1,64 +0,0 @@
-TEMPLATE = subdirs
-
-# This variable is introduced to skip QtLocation build during migration to Qt6
-SKIP_QT_LOCATION = TRUE
-
-!defined(SKIP_QT_LOCATION, var) {
- QT_FOR_CONFIG += location-private
- include($$OUT_PWD/location/qtlocation-config.pri)
-}
-include($$OUT_PWD/positioning/qtpositioning-config.pri)
-
-clip2tri.subdir = 3rdparty/clip2tri
-poly2tri.subdir = 3rdparty/poly2tri
-clipper.subdir = 3rdparty/clipper
-
-SUBDIRS += clip2tri clipper poly2tri
-clip2tri.depends = clipper poly2tri
-
-SUBDIRS += positioning
-positioning.depends = clip2tri
-
-qtHaveModule(quick) {
- defined(SKIP_QT_LOCATION, var) {
- SUBDIRS += positioningquick
- } else {
- SUBDIRS += positioningquick location
- }
-
- positioningquick.depends += positioning
-
- !defined(SKIP_QT_LOCATION, var) {
- location.depends += positioningquick clip2tri
-
- plugins.depends += location
- }
-
- SUBDIRS += imports
-
- defined(SKIP_QT_LOCATION, var) {
- imports.depends += positioningquick positioning
- } else {
- imports.depends += positioningquick positioning location
- }
-}
-plugins.depends += positioning
-SUBDIRS += plugins
-
-!android:contains(QT_CONFIG, private_tests) {
- SUBDIRS += positioning_doc_snippets
- positioning_doc_snippets.subdir = positioning/doc/snippets
-
- #plugin dependency required during static builds
- positioning_doc_snippets.depends = positioning plugins
-
- !defined(SKIP_QT_LOCATION, var) {
- qtHaveModule(quick) {
- SUBDIRS += location_doc_snippets
- location_doc_snippets.subdir = location/doc/snippets
-
- #plugin dependency required during static builds
- location_doc_snippets.depends = location plugins
- }
- }
-}