summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/osm
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2021-10-27 17:55:30 +0200
committerIvan Solovev <ivan.solovev@qt.io>2021-11-09 10:28:16 +0100
commit052a247133fe98a5941a570134b48a7b97853092 (patch)
tree063be8259a3c6056d91438765602ca8432baaa4e /src/plugins/geoservices/osm
parente7bc51e4c5c07389c1d028e7a42c238688ca43ee (diff)
Build minimal subset of QtLocation with unit-tests
Build src/location/maps and src/location/places with a minimum subset of required src/location/declarativemaps files. Also build all plugins except mapbox-gl. Enable all non-QML unit-tests. Task-number: QTBUG-97769 Change-Id: I7c70584376c688efd2e1d046186732a7399e12d9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/plugins/geoservices/osm')
-rw-r--r--src/plugins/geoservices/osm/CMakeLists.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/plugins/geoservices/osm/CMakeLists.txt b/src/plugins/geoservices/osm/CMakeLists.txt
new file mode 100644
index 00000000..276af536
--- /dev/null
+++ b/src/plugins/geoservices/osm/CMakeLists.txt
@@ -0,0 +1,25 @@
+qt_internal_add_plugin(QGeoServiceProviderFactoryOsmPlugin
+ OUTPUT_NAME qtgeoservices_osm
+ CLASS_NAME QGeoServiceProviderFactoryOsm
+ PLUGIN_TYPE geoservices
+ SOURCES
+ qgeoserviceproviderpluginosm.h qgeoserviceproviderpluginosm.cpp
+ qgeotiledmappingmanagerengineosm.h qgeotiledmappingmanagerengineosm.cpp
+ qgeotilefetcherosm.h qgeotilefetcherosm.cpp
+ qgeomapreplyosm.h qgeomapreplyosm.cpp
+ qgeocodingmanagerengineosm.h qgeocodingmanagerengineosm.cpp
+ qgeocodereplyosm.h qgeocodereplyosm.cpp
+ qgeoroutingmanagerengineosm.h qgeoroutingmanagerengineosm.cpp
+ qgeoroutereplyosm.h qgeoroutereplyosm.cpp
+ qplacemanagerengineosm.h qplacemanagerengineosm.cpp
+ qplacesearchreplyosm.h qplacesearchreplyosm.cpp
+ qplacecategoriesreplyosm.h qplacecategoriesreplyosm.cpp
+ qgeotiledmaposm.h qgeotiledmaposm.cpp
+ qgeofiletilecacheosm.h qgeofiletilecacheosm.cpp
+ qgeotileproviderosm.h qgeotileproviderosm.cpp
+ LIBRARIES
+ Qt::Core
+ Qt::Network
+ Qt::LocationPrivate
+ Qt::PositioningPrivate
+)