summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/feedback/feedback.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/declarative/feedback/feedback.pro')
-rw-r--r--plugins/declarative/feedback/feedback.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/declarative/feedback/feedback.pro b/plugins/declarative/feedback/feedback.pro
index e8cdddc76e..a843d7703c 100644
--- a/plugins/declarative/feedback/feedback.pro
+++ b/plugins/declarative/feedback/feedback.pro
@@ -1,9 +1,11 @@
+include(../../../features/utils.pri)
+
INCLUDEPATH += ../../../src/feedback
INCLUDEPATH += ../../../src/global
TEMPLATE = lib
CONFIG += plugin
-TARGET = $$qtLibraryTarget(declarative_feedback)
+TARGET = $$mobilityPluginTarget(declarative_feedback)
TARGETPATH = QtMobility/feedback
PLUGIN_TYPE = declarative
include(../../../common.pri)
@@ -38,7 +40,7 @@ symbian {
# Allow writable DLL data
TARGET.EPOCALLOWDLLDATA = 1
# Target UID, makes every Symbian app unique
- TARGET.UID3 = 0x200315FC
+ TARGET.UID3 = $$mobilityUID(0x200315FC)
# Specifies what files shall be deployed: the plugin itself and the qmldir file.
importFiles.sources = $$DESTDIR/declarative_feedback$${QT_LIBINFIX}.dll qmldir
importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH