summaryrefslogtreecommitdiffstats
path: root/plugins/declarative/sensors/sensors.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2010-07-27 13:31:44 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2010-07-27 13:31:44 +1000
commit5724ac779ddf5920adfc1891b22c08d6f755e5d6 (patch)
tree6bdc983bbc4f61b98b21fb87646c024130056bbc /plugins/declarative/sensors/sensors.pro
parent9c928884e91f6f884d2f37d1a10652e160c054b6 (diff)
Fix a compile error.
Qt plugins on Symbian must be built with TARGET.EPOCALLOWDLLDATA=1 Fixes: MOBILITY-1243
Diffstat (limited to 'plugins/declarative/sensors/sensors.pro')
-rw-r--r--plugins/declarative/sensors/sensors.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/declarative/sensors/sensors.pro b/plugins/declarative/sensors/sensors.pro
index 1816a2dba5..9275b5f666 100644
--- a/plugins/declarative/sensors/sensors.pro
+++ b/plugins/declarative/sensors/sensors.pro
@@ -22,3 +22,7 @@ qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target qmldir
+symbian {
+ TARGET.EPOCALLOWDLLDATA=1
+}
+