diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-03-25 05:55:30 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-03-26 00:47:32 (GMT) |
commit | 1dc40aa28ee93ee067c18349dc54e7b8b4f4dc4f (patch) | |
tree | b6e34b1de1fda52ae53eead72e9b3354e7471522 /demos/declarative | |
parent | c2928bfdb467d7c54a97a71b6a1169db02e623fe (diff) | |
download | Qt-1dc40aa28ee93ee067c18349dc54e7b8b4f4dc4f.zip Qt-1dc40aa28ee93ee067c18349dc54e7b8b4f4dc4f.tar.gz Qt-1dc40aa28ee93ee067c18349dc54e7b8b4f4dc4f.tar.bz2 |
Add Symbian deploy section for qml import plugins
Task-number: QTBUG-9364
Reviewed-by: jbarron
Diffstat (limited to 'demos/declarative')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 2df33e6..03059c7 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -23,3 +23,18 @@ MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCo INSTALLS = sources MinehuntCore_sources target +symbian:{ + load(data_caging_paths) + TARGET.EPOCALLOWDLLDATA = 1 + TARGET.CAPABILITY = CAP_GENERAL_DLL + include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) + + importFiles.sources = minehunt.dll \ + MinehuntCore/Explosion.qml \ + MinehuntCore/pics \ + MinehuntCore/qmldir + importFiles.path = $$QT_IMPORTS_BASE_DIR/MinehuntCore + DEPLOYMENT = importFiles +} + +INSTALLS = sources MinehuntCore_sources target |