diff -r 5dc02b23752f -r 3e2da88830cd examples/declarative/cppextensions/imageprovider/imageprovider.pro --- a/examples/declarative/cppextensions/imageprovider/imageprovider.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/examples/declarative/cppextensions/imageprovider/imageprovider.pro Wed Aug 18 10:37:55 2010 +0300 @@ -1,12 +1,10 @@ TEMPLATE = lib -TARGET = imageprovider +CONFIG += qt plugin QT += declarative -CONFIG += qt plugin -TARGET = $$qtLibraryTarget($$TARGET) DESTDIR = ImageProviderCore +TARGET = qmlimageproviderplugin -# Input SOURCES += imageprovider.cpp sources.files = $$SOURCES imageprovider.qml imageprovider.pro @@ -18,8 +16,13 @@ ImageProviderCore/qmldir ImageProviderCore_sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/imageprovider/ImageProviderCore +INSTALLS = sources ImageProviderCore_sources target + symbian:{ - TARGET.EPOCALLOWDLLDATA=1 + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + TARGET.EPOCALLOWDLLDATA = 1 + + importFiles.sources = ImageProviderCore/qmlimageproviderplugin.dll ImageProviderCore/qmldir + importFiles.path = ImageProviderCore + DEPLOYMENT = importFiles } - -INSTALLS = sources ImageProviderCore_sources target