summaryrefslogtreecommitdiffstats
path: root/plugins/sensors/symbian/symbian.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sensors/symbian/symbian.pro')
-rw-r--r--plugins/sensors/symbian/symbian.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/sensors/symbian/symbian.pro b/plugins/sensors/symbian/symbian.pro
index b4a8da6322..2300dfb45d 100644
--- a/plugins/sensors/symbian/symbian.pro
+++ b/plugins/sensors/symbian/symbian.pro
@@ -1,10 +1,12 @@
+include(../../../features/utils.pri)
+
INCLUDEPATH+=$$(EPOCROOT)epoc32/include/osextensions
PLUGIN_TYPE = sensors
TEMPLATE = lib
CONFIG += plugin
-TARGET = $$qtLibraryTarget(qtsensors_sym)
+TARGET = $$mobilityPluginTarget(qtsensors_sym)
include(../../../common.pri)
@@ -44,7 +46,7 @@ MOBILITY+=sensors
symbian {
TARGET.EPOCALLOWDLLDATA = 1
- TARGET.UID3 = 0x2002BFC8
+ TARGET.UID3 = $$mobilityUID(0x2002BFC8)
TARGET.CAPABILITY = ALL -TCB
LIBS += -lsensrvclient
LIBS += -lsensrvutil