plugins/declarative/contacts/contacts.pro
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
--- a/plugins/declarative/contacts/contacts.pro	Fri Sep 17 08:34:34 2010 +0300
+++ b/plugins/declarative/contacts/contacts.pro	Mon Oct 04 01:37:06 2010 +0300
@@ -17,7 +17,7 @@
 
 include(../../../common.pri)
 
-QT += declarative
+QT += declarative script network
 
 
 CONFIG += mobility
@@ -47,3 +47,16 @@
 # SOURCES += imageprovider.cpp
 
 INSTALLS += target qmldir
+
+symbian {
+    # In Symbian, a library should enjoy _largest_ possible capability set.
+    TARGET.CAPABILITY = ALL -TCB
+    # Allow writable DLL data
+    TARGET.EPOCALLOWDLLDATA = 1
+    # Target UID, makes every Symbian app unique
+    TARGET.UID3 = 0x20021325
+    # Specifies what files shall be deployed: the plugin itself and the qmldir file.
+    importFiles.sources = $$DESTDIR/declarative_contacts$${QT_LIBINFIX}.dll qmldir 
+    importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
+    DEPLOYMENT = importFiles
+ }