diff -r 5dc02b23752f -r 3e2da88830cd demos/declarative/minehunt/minehunt.pro --- a/demos/declarative/minehunt/minehunt.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/demos/declarative/minehunt/minehunt.pro Wed Aug 18 10:37:55 2010 +0300 @@ -1,5 +1,5 @@ TEMPLATE = lib -TARGET = minehunt +TARGET = qmlminehuntplugin QT += declarative CONFIG += qt plugin @@ -24,15 +24,14 @@ INSTALLS = sources MinehuntCore_sources target symbian:{ - load(data_caging_paths) TARGET.EPOCALLOWDLLDATA = 1 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) TARGET.CAPABILITY = NetworkServices ReadUserData - importFiles.sources = minehunt.dll \ + importFiles.sources = MinehuntCore/qmlminehuntplugin.dll \ MinehuntCore/Explosion.qml \ MinehuntCore/pics \ MinehuntCore/qmldir - importFiles.path = $$QT_IMPORTS_BASE_DIR/MinehuntCore + importFiles.path = MinehuntCore DEPLOYMENT = importFiles }