forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -27,7 +27,7 @@ OTHER_FILES = qmldir
|
|||||||
|
|
||||||
qmldir.files = qmldir
|
qmldir.files = qmldir
|
||||||
symbian {
|
symbian {
|
||||||
# ...
|
TARGET.EPOCALLOWDLLDATA = 1
|
||||||
} else:unix {
|
} else:unix {
|
||||||
installPath = /usr/lib/qt4/imports/$$replace(uri, \\., /)
|
installPath = /usr/lib/qt4/imports/$$replace(uri, \\., /)
|
||||||
qmldir.path = $$installPath
|
qmldir.path = $$installPath
|
||||||
|
Reference in New Issue
Block a user