summaryrefslogtreecommitdiffstats
path: root/src/contacts/contacts.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/contacts/contacts.pro')
-rw-r--r--src/contacts/contacts.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/contacts/contacts.pro b/src/contacts/contacts.pro
index 72bee8e5cb..feb8e298b9 100644
--- a/src/contacts/contacts.pro
+++ b/src/contacts/contacts.pro
@@ -1,6 +1,9 @@
# #####################################################################
# Contacts Mobility API
# #####################################################################
+
+include(../../features/utils.pri)
+
TEMPLATE = lib
# Target gets fixed up in common.pri
@@ -104,13 +107,13 @@ symbian {
TARGET.EPOCALLOWDLLDATA = 1
TARGET.CAPABILITY = ALL -TCB
- TARGET.UID3 = 0x2002AC7A
+ TARGET.UID3 = $$mobilityUID(0x2002AC7A)
LIBS += -lefsrv
### Contacts
# Main library
- CONTACTS_DEPLOYMENT.sources = QtContacts.dll
+ CONTACTS_DEPLOYMENT.sources = QtContacts$${QT_LIBINFIX}.dll
CONTACTS_DEPLOYMENT.path = /sys/bin
DEPLOYMENT += CONTACTS_DEPLOYMENT
}