From fa3976b3f18bddf683b41bff80c658dc2bb022e4 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 8 Jun 2011 15:13:56 +0200 Subject: [PATCH] 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 Reviewed-by: hjk --- share/qtcreator/templates/wizards/qml-extension/project.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qml-extension/project.pro b/share/qtcreator/templates/wizards/qml-extension/project.pro index 9224d7a99b1..e419173897d 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