summaryrefslogtreecommitdiffstats
path: root/plugins/feedback/symbian/symbian.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/feedback/symbian/symbian.pro')
-rw-r--r--plugins/feedback/symbian/symbian.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/feedback/symbian/symbian.pro b/plugins/feedback/symbian/symbian.pro
index 1cd2c5c612..0de6bc5eda 100644
--- a/plugins/feedback/symbian/symbian.pro
+++ b/plugins/feedback/symbian/symbian.pro
@@ -1,6 +1,8 @@
+include(../../../features/utils.pri)
+
TEMPLATE = lib
CONFIG += plugin
-TARGET = $$qtLibraryTarget(qtfeedback_symbian)
+TARGET = $$mobilityPluginTarget(qtfeedback_symbian)
PLUGIN_TYPE=feedback
include(../../../common.pri)
@@ -48,8 +50,7 @@ symbian {
TARGET.EPOCALLOWDLLDATA=1
TARGET.CAPABILITY = All -Tcb
- TARGET.UID3=0x200315FE
- TARGET = $${TARGET}$${QT_LIBINFIX}
+ TARGET.UID3 = $$mobilityUID(0x200315FE)
load(armcc_warnings)