diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-03-30 17:33:00 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-03-30 17:33:00 (GMT) |
commit | 328e75ba8abe51cc8e296975513ca6e882df5a1b (patch) | |
tree | ab439fdc5b6c6f81977ae9ebbe70bff4025204e9 /demos | |
parent | 3cb1aba46a1e2e5b1d71360c6a9bd160d73d8aec (diff) | |
download | Qt-328e75ba8abe51cc8e296975513ca6e882df5a1b.zip Qt-328e75ba8abe51cc8e296975513ca6e882df5a1b.tar.gz Qt-328e75ba8abe51cc8e296975513ca6e882df5a1b.tar.bz2 |
Fix building on public symbian SDK.
the capability CAP_GENERAL_DLL is apparently an alias, so replace it with the
extended version
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 03059c7..0b0eac6 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -26,9 +26,9 @@ INSTALLS = sources MinehuntCore_sources target symbian:{ load(data_caging_paths) TARGET.EPOCALLOWDLLDATA = 1 - TARGET.CAPABILITY = CAP_GENERAL_DLL + TARGET.CAPABILITY = all -tcb include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) - + importFiles.sources = minehunt.dll \ MinehuntCore/Explosion.qml \ MinehuntCore/pics \ |