From 328e75ba8abe51cc8e296975513ca6e882df5a1b Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Tue, 30 Mar 2010 19:33:00 +0200 Subject: Fix building on public symbian SDK. the capability CAP_GENERAL_DLL is apparently an alias, so replace it with the extended version --- demos/declarative/minehunt/minehunt.pro | 4 ++-- 1 file 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 \ -- cgit v0.12