summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/messaging/messaging.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/declarative/messaging/messaging.pro')
-rw-r--r--plugins/declarative/messaging/messaging.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/declarative/messaging/messaging.pro b/plugins/declarative/messaging/messaging.pro
index 5cc7c96dbc..faac908357 100644
--- a/plugins/declarative/messaging/messaging.pro
+++ b/plugins/declarative/messaging/messaging.pro
@@ -1,9 +1,11 @@
+include(../../../features/utils.pri)
+
INCLUDEPATH += ../../../src/messaging
INCLUDEPATH += ../../../src/global
TEMPLATE = lib
CONFIG += plugin
-TARGET = $$qtLibraryTarget(declarative_messaging)
+TARGET = $$mobilityPluginTarget(declarative_messaging)
TARGETPATH = QtMobility/messaging
PLUGIN_TYPE = declarative
@@ -41,7 +43,7 @@ simulator|contains(qmf_enabled, yes) {
CONFIG += link_pkgconfig
PKGCONFIG += qmfclient
} else {
- LIBS += -L$$(QMF_LIBDIR) -l$$qtLibraryTarget(qmfclient)
+ LIBS += -L$$(QMF_LIBDIR) -l$$mobilityPluginTarget(qmfclient)
}
}
}
@@ -52,7 +54,7 @@ symbian {
# Allow writable DLL data
TARGET.EPOCALLOWDLLDATA = 1
# Target UID, makes every Symbian app unique
- TARGET.UID3 = 0x20031601
+ TARGET.UID3 = $$mobilityUID(0x20031601)
# Specifies what files shall be deployed: the plugin itself and the qmldir file.
importFiles.sources = $$DESTDIR/declarative_messaging$${QT_LIBINFIX}.dll qmldir
importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH