--- a/plugins/declarative/serviceframework/serviceframework.pro Fri Sep 17 08:34:34 2010 +0300
+++ b/plugins/declarative/serviceframework/serviceframework.pro Mon Oct 04 01:37:06 2010 +0300
@@ -28,5 +28,10 @@
symbian {
TARGET.EPOCALLOWDLLDATA=1
TARGET.CAPABILITY = All -Tcb
+ TARGET.UID3 = 0x20021323
load(armcc_warnings)
+ # Specifies what files shall be deployed: the plugin itself and the qmldir file.
+ importFiles.sources = $$DESTDIR/declarative_serviceframework$${QT_LIBINFIX}.dll qmldir
+ importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
+ DEPLOYMENT = importFiles
}