summaryrefslogtreecommitdiffstats
path: root/GeoServicesExample/mapimageplugin/mapimageplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'GeoServicesExample/mapimageplugin/mapimageplugin.pro')
-rw-r--r--GeoServicesExample/mapimageplugin/mapimageplugin.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/GeoServicesExample/mapimageplugin/mapimageplugin.pro b/GeoServicesExample/mapimageplugin/mapimageplugin.pro
new file mode 100644
index 0000000..13ef0ea
--- /dev/null
+++ b/GeoServicesExample/mapimageplugin/mapimageplugin.pro
@@ -0,0 +1,27 @@
+TEMPLATE = lib
+CONFIG += plugin
+PLUGIN_TYPE = geoservices
+TARGET = mapimagegeoservices
+
+QT += network
+
+CONFIG += mobility
+MOBILITY = location
+
+HEADERS = imggeomappingmanagerengine.h \
+ imggeomapreply.h \
+ imggeoserviceproviderfactory.h \
+ imggeotiledmapdata.h \
+ imgrunnable.h
+
+SOURCES = imggeomappingmanagerengine.cpp \
+ imggeomapreply.cpp \
+ imggeoserviceproviderfactory.cpp \
+ imggeotiledmapdata.cpp \
+ imgrunnable.cpp
+
+RESOURCES = mapimageplugin.qrc
+
+target.path = $$[QT_INSTALL_PLUGINS]/$$PLUGIN_TYPE
+
+INSTALLS += target