summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/location/location.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/declarative/location/location.pro')
-rw-r--r--plugins/declarative/location/location.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/declarative/location/location.pro b/plugins/declarative/location/location.pro
index 6378258926..445200b4a3 100644
--- a/plugins/declarative/location/location.pro
+++ b/plugins/declarative/location/location.pro
@@ -1,6 +1,8 @@
+include(../../../features/utils.pri)
+
TEMPLATE = lib
CONFIG += qt plugin mobility
-TARGET = $$qtLibraryTarget(declarative_location)
+TARGET = $$mobilityPluginTarget(declarative_location)
MOBILITY += location
PLUGIN_TYPE = declarative
QT += declarative network
@@ -104,7 +106,7 @@ symbian {
# Allow writable DLL data
TARGET.EPOCALLOWDLLDATA = 1
# Target UID, makes every Symbian app unique
- TARGET.UID3 = 0x20033007
+ TARGET.UID3 = $$mobilityUID(0x20033007)
# Specifies what files shall be deployed: the plugin itself and the qmldir file.
importFiles.sources = $$DESTDIR/declarative_location$${QT_LIBINFIX}.dll qmldir
importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH