summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/serviceframework.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/serviceframework/serviceframework.pro')
-rw-r--r--src/serviceframework/serviceframework.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/serviceframework/serviceframework.pro b/src/serviceframework/serviceframework.pro
index 34badba910..f260a058f2 100644
--- a/src/serviceframework/serviceframework.pro
+++ b/src/serviceframework/serviceframework.pro
@@ -1,3 +1,5 @@
+include(../../features/utils.pri)
+
TEMPLATE = lib
TARGET = QtServiceFramework
QT = core \
@@ -46,9 +48,9 @@ symbian {
TARGET.CAPABILITY = ALL \
-TCB
- TARGET.UID3 = 0x2002AC84
- QtServiceFrameworkDeployment.sources = QtServiceFramework.dll \
- qsfwdatabasemanagerserver.exe
+ TARGET.UID3 = $$mobilityUID(0x2002AC84)
+ QtServiceFrameworkDeployment.sources = QtServiceFramework$${QT_LIBINFIX}.dll \
+ qsfwdatabasemanagerserver$${QT_LIBINFIX}.exe
QtServiceFrameworkDeployment.path = /sys/bin
DEPLOYMENT += QtServiceFrameworkDeployment
}