summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/osm.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/osm.pro')
-rw-r--r--src/plugins/geoservices/osm/osm.pro46
1 files changed, 0 insertions, 46 deletions
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)