summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-08 15:13:56 +0200
committerhjk <qthjk@ovi.com>2011-06-08 16:32:11 +0200
commitfa3976b3f18bddf683b41bff80c658dc2bb022e4 (patch)
tree311b62a9297c77198caa905121808a26d3a6a8a6
parent1bc927591778419ce75859ae4200d24c654dd23a (diff)
downloadqt-creator-fa3976b3f18bddf683b41bff80c658dc2bb022e4.tar.gz
Add TARGET.EPOCALLOWDLLDATA=1 to Qml Plugin Wizard
Needed for Symbian. Task-number: QTCREATORBUG-3507 Reviewed-by: Tim Jenssen Reviewed-by: Alessandro Portale Change-Id: I35799cd388e44353d6890fe79a411fbed2fb2ef3x Reviewed-on: http://codereview.qt.nokia.com/394 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/project.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qml-extension/project.pro b/share/qtcreator/templates/wizards/qml-extension/project.pro
index 9224d7a99b..e419173897 100644
--- a/share/qtcreator/templates/wizards/qml-extension/project.pro
+++ b/share/qtcreator/templates/wizards/qml-extension/project.pro
@@ -27,7 +27,7 @@ OTHER_FILES = qmldir
qmldir.files = qmldir
symbian {
- # ...
+ TARGET.EPOCALLOWDLLDATA = 1
} else:unix {
installPath = /usr/lib/qt4/imports/$$replace(uri, \\., /)
qmldir.path = $$installPath