summaryrefslogtreecommitdiffstats
path: root/plugins/geoservices
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-08-12 10:43:40 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2011-11-25 13:24:22 +0000
commita9d8bf0d92a9ad171461fdcce0922e4de3bea08b (patch)
tree31b12eb1789ae0ad8f1140110c93c6f3bae96a57 /plugins/geoservices
parent1444f9c8af675690fe434b2eef9b1a20146798ed (diff)
Enabled deployment of infixed binaries on Symbian
Task-number: QTMOBILITY-1810 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'plugins/geoservices')
-rw-r--r--plugins/geoservices/nokia/nokia.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/geoservices/nokia/nokia.pro b/plugins/geoservices/nokia/nokia.pro
index 1b2e050e0b..997a5ab7f2 100644
--- a/plugins/geoservices/nokia/nokia.pro
+++ b/plugins/geoservices/nokia/nokia.pro
@@ -1,6 +1,8 @@
+include(../../../features/utils.pri)
+
TEMPLATE = lib
CONFIG += plugin
-TARGET = $$qtLibraryTarget(qtgeoservices_nokia)
+TARGET = $$mobilityPluginTarget(qtgeoservices_nokia)
PLUGIN_TYPE=geoservices
include(../../../common.pri)
@@ -45,7 +47,7 @@ INCLUDEPATH += $$SOURCE_DIR/src/location \
symbian {
TARGET.EPOCALLOWDLLDATA = 1
TARGET.CAPABILITY = ALL -TCB
- TARGET.UID3 = 0x2002BFCA
+ TARGET.UID3 = $$mobilityUID(0x2002BFCA)
pluginDep.sources = $${TARGET}.dll
pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
DEPLOYMENT += pluginDep