summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia_places_jsondb/nokia_places_jsondb.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/nokia_places_jsondb/nokia_places_jsondb.pro')
-rw-r--r--src/plugins/geoservices/nokia_places_jsondb/nokia_places_jsondb.pro50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/plugins/geoservices/nokia_places_jsondb/nokia_places_jsondb.pro b/src/plugins/geoservices/nokia_places_jsondb/nokia_places_jsondb.pro
new file mode 100644
index 00000000..3fe1fd57
--- /dev/null
+++ b/src/plugins/geoservices/nokia_places_jsondb/nokia_places_jsondb.pro
@@ -0,0 +1,50 @@
+load(qt_module)
+
+TARGET = qtgeoservices_nokia_places_jsondb
+QT += location network script
+
+load(qt_plugin)
+
+DESTDIR = $$QT.location.plugins/geoservices
+#QTDIR_build:REQUIRES += "contains(QT_CONFIG, location)"
+
+
+HEADERS += \
+ qgeoserviceproviderplugin_jsondb.h \
+ qplacemanagerengine_jsondb.h \
+ jsondbhandler.h \
+ savereply.h \
+ searchreply.h \
+ detailsreply.h \
+ reply.h \
+ unsupportedreplies.h \
+ macro.h
+
+SOURCES += \
+ qgeoserviceproviderplugin_jsondb.cpp \
+ qplacemanagerengine_jsondb.cpp \
+ jsondbhandler.cpp \
+ savereply.cpp \
+ searchreply.cpp \
+ detailsreply.cpp \
+ reply.cpp
+
+INCLUDEPATH += $$QT.location.includes
+
+
+DEFINES += QT_ADDON_JSONDB_LIB
+QT += jsondb
+
+symbian {
+ TARGET.EPOCALLOWDLLDATA = 1
+ TARGET.CAPABILITY = ALL -TCB
+ TARGET.UID3 = 0x2002BFCA
+ pluginDep.sources = $${TARGET}.dll
+ pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
+ DEPLOYMENT += pluginDep
+ LIBS += -lefsrv
+}
+
+target.path += $$[QT_INSTALL_PLUGINS]/geoservices
+INSTALLS += target
+