summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/sensors/sensors.pro
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/declarative/sensors/sensors.pro
parent1444f9c8af675690fe434b2eef9b1a20146798ed (diff)
Enabled deployment of infixed binaries on Symbian
Task-number: QTMOBILITY-1810 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'plugins/declarative/sensors/sensors.pro')
-rw-r--r--plugins/declarative/sensors/sensors.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/declarative/sensors/sensors.pro b/plugins/declarative/sensors/sensors.pro
index 996b90c846..6503b53619 100644
--- a/plugins/declarative/sensors/sensors.pro
+++ b/plugins/declarative/sensors/sensors.pro
@@ -1,9 +1,11 @@
+include(../../../features/utils.pri)
+
INCLUDEPATH += ../../../src/sensors
INCLUDEPATH += ../../../src/global
TEMPLATE = lib
CONFIG += plugin
-TARGET = $$qtLibraryTarget(declarative_sensors)
+TARGET = $$mobilityPluginTarget(declarative_sensors)
TARGETPATH = QtMobility/sensors
PLUGIN_TYPE = declarative
include(../../../common.pri)
@@ -28,7 +30,7 @@ symbian {
# Allow writable DLL data
TARGET.EPOCALLOWDLLDATA = 1
# Target UID, makes every Symbian app unique
- TARGET.UID3 = 0x20021324
+ TARGET.UID3 = $$mobilityUID(0x20021324)
# Specifies what files shall be deployed: the plugin itself and the qmldir file.
importFiles.sources = $$DESTDIR/declarative_sensors$${QT_LIBINFIX}.dll qmldir
importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH