summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/sensors/sensors.pro
diff options
context:
space:
mode:
authorjuhvu <qt-info@nokia.com>2010-07-30 09:13:18 +1000
committerjuhvu <qt-info@nokia.com>2010-07-30 09:13:18 +1000
commit84ef3246ba49b49a84fc7df78c7a0d36fffc6465 (patch)
treeec2ea1dc9f6cfabc51a7a51c2c8326a5985a6402 /plugins/declarative/sensors/sensors.pro
parentbd47eef8e5b69227992cacf6ce956151fa620719 (diff)
Added .pro-file Symbian rules for mobility declarative plugins present in mobility 1.0 release (contacts, multimedia, publishsubscribe, sensors, serviceframework)
Diffstat (limited to 'plugins/declarative/sensors/sensors.pro')
-rw-r--r--plugins/declarative/sensors/sensors.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/declarative/sensors/sensors.pro b/plugins/declarative/sensors/sensors.pro
index 1816a2dba5..20a349a0ce 100644
--- a/plugins/declarative/sensors/sensors.pro
+++ b/plugins/declarative/sensors/sensors.pro
@@ -22,3 +22,15 @@ qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target qmldir
+symbian {
+ # In Symbian, a library should enjoy _largest_ possible capability set.
+ TARGET.CAPABILITY = ALL -TCB
+ # Allow writable DLL data
+ TARGET.EPOCALLOWDLLDATA = 1
+ # Target UID, makes every Symbian app unique
+ TARGET.UID3 = 0x20021324
+ # Specifies what files shall be deployed: the plugin itself and the qmldir file.
+ importFiles.sources = $$DESTDIR/declarative_sensors$${QT_LIBINFIX}.dll qmldir
+ importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
+ DEPLOYMENT = importFiles
+ } \ No newline at end of file