qtmobility/plugins/contacts/symbian/symbian.pro
changeset 1 2b40d63a9c3d
child 4 90517678cc4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/plugins/contacts/symbian/symbian.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,156 @@
+TEMPLATE = lib
+CONFIG += plugin
+TARGET = $$qtLibraryTarget(mobapicontactspluginsymbian)
+PLUGIN_TYPE=contacts
+
+include(../../../common.pri)
+include(symbian_defines.pri)
+symbian: { 
+    load(data_caging_paths)
+
+    TARGET.CAPABILITY = ALL -TCB
+    TARGET.EPOCALLOWDLLDATA = 1
+    TARGET.UID3 = 0x2002AC7B
+  
+    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+  
+    INCLUDEPATH += inc
+    INCLUDEPATH += rss
+    INCLUDEPATH += $$SOURCE_DIR/contacts
+    INCLUDEPATH += $$SOURCE_DIR/contacts/details
+    INCLUDEPATH += $$SOURCE_DIR/contacts/filters
+    INCLUDEPATH += $$SOURCE_DIR/contacts/requests
+
+    HEADERS += \
+        $$PUBLIC_HEADERS \
+        inc/cntsymbianengine.h \
+        inc/cntabstractrelationship.h \
+        inc/cntrelationshipgroup.h \
+        inc/cntsymbiantransformerror.h \
+        inc/cntsymbiandatabase.h \
+        inc/cntdisplaylabel.h \
+        inc/cntrelationship.h \
+        inc/transform/cnttransformcontact.h \
+        inc/transform/cnttransformcontactdata.h \
+        inc/transform/cnttransformname.h \
+        inc/transform/cnttransformnickname.h \
+        inc/transform/cnttransformphonenumber.h \
+        inc/transform/cnttransformemail.h \
+        inc/transform/cnttransformaddress.h \
+        inc/transform/cnttransformurl.h \
+        inc/transform/cnttransformbirthday.h \
+        inc/transform/cnttransformonlineaccount.h \
+        inc/transform/cnttransformorganisation.h \
+        inc/transform/cnttransformavatar.h \
+        inc/transform/cnttransformavatarsimple.h \
+        inc/transform/cntthumbnailcreator.h \
+        inc/transform/cnttransformsynctarget.h \
+        inc/transform/cnttransformgender.h \
+        inc/transform/cnttransformanniversary.h \
+        inc/transform/cnttransformanniversarysimple.h \
+        inc/transform/cnttransformgeolocation.h \
+        inc/transform/cnttransformnote.h \
+        inc/transform/cnttransformfamily.h \
+        inc/transform/cnttransformempty.h \
+        inc/filtering/cntfilterrelationship.h \
+        inc/filtering/cntfilterdetaildisplaylabel.h \
+        inc/filtering/cntfilterdetail.h \
+        inc/filtering/cntdbinfo.h \
+        inc/filtering/cntfilterdefault.h \
+        inc/filtering/cntfilterintersection.h \
+        inc/filtering/cntfilterunion.h \
+        inc/filtering/cntfilterinvalid.h \
+        inc/filtering/cntfilteraction.h \
+        inc/filtering/cntfilterlocalid.h \
+				inc/filtering/cntfilterchangelog.h \
+				inc/filtering/cntfilterdetailrange.h \
+        inc/filtering/cntabstractcontactsorter.h \
+        inc/filtering/cntabstractcontactfilter.h \
+        inc/filtering/cntsymbianfilterdbms.h \
+        inc/filtering/cntsymbianfiltersql.h \
+        inc/filtering/cntsymbiansorterdbms.h \
+        inc/filtering/cntsymbiansrvconnection.h \
+        inc/filtering/cntdisplaylabelsqlfilter.h \
+        inc/filtering/cntsqlsearch.h
+        
+    SOURCES += \       
+        src/transform/cnttransformcontact.cpp \
+        src/transform/cnttransformcontactdata.cpp \
+        src/transform/cnttransformname.cpp \
+        src/transform/cnttransformnickname.cpp \
+        src/transform/cnttransformphonenumber.cpp \
+        src/transform/cnttransformemail.cpp \
+        src/transform/cnttransformaddress.cpp \
+        src/transform/cnttransformurl.cpp \
+        src/transform/cnttransformbirthday.cpp \
+        src/transform/cnttransformonlineaccount.cpp \
+        src/transform/cnttransformorganisation.cpp \
+        src/transform/cnttransformavatar.cpp \
+        src/transform/cnttransformavatarsimple.cpp \
+        src/transform/cntthumbnailcreator.cpp\
+        src/transform/cnttransformsynctarget.cpp \
+        src/transform/cnttransformgender.cpp \
+        src/transform/cnttransformanniversary.cpp \
+        src/transform/cnttransformanniversarysimple.cpp \
+        src/transform/cnttransformgeolocation.cpp \
+        src/transform/cnttransformnote.cpp \
+        src/transform/cnttransformfamily.cpp \  
+        src/transform/cnttransformempty.cpp \
+        src/filtering/cntfilterrelationship.cpp \
+        src/filtering/cntfilterdetaildisplaylabel.cpp \
+        src/filtering/cntfilterdetail.cpp \
+        src/filtering/cntdbinfo.cpp \
+        src/filtering/cntfilterdefault.cpp \
+        src/filtering/cntfilterintersection.cpp \
+        src/filtering/cntfilterunion.cpp \
+        src/filtering/cntfilterinvalid.cpp \
+        src/filtering/cntfilteraction.cpp \
+        src/filtering/cntfilterlocalid.cpp \
+				src/filtering/cntfilterchangelog.cpp \
+				src/filtering/cntfilterdetailrange.cpp \
+        src/filtering/cntsymbianfilterdbms.cpp \
+        src/filtering/cntsymbianfiltersql.cpp \
+        src/filtering/cntsymbiansorterdbms.cpp \
+        src/filtering/cntsymbiansrvconnection.cpp \
+        src/filtering/cntdisplaylabelsqlfilter.cpp \
+        src/filtering/cntsqlsearch.cpp \
+    	src/cntsymbianengine.cpp \
+        src/cntabstractrelationship.cpp \
+        src/cntrelationshipgroup.cpp \
+        src/cntsymbiantransformerror.cpp \
+        src/cntsymbiandatabase.cpp \
+        src/cntdisplaylabel.cpp \
+        src/cntrelationship.cpp 
+
+    CONFIG += mobility
+    MOBILITY = contacts
+
+    LIBS += \
+        -lcntmodel \
+        -lcentralrepository \
+        -lestor \
+        -lflogger \
+        -lefsrv \
+        -lfbscli \
+        -limageconversion \
+        -lbitmaptransforms \
+        -lbafl
+
+    target.path = /sys/bin
+    INSTALLS += target
+
+    contains(DEFINES, SYMBIAN_BACKEND_USE_SQLITE) {
+        cntmodelResourceFile = \
+            "START RESOURCE ../../rss/cntmodel.rss" \
+            "TARGETPATH $${CONTACTS_RESOURCE_DIR}" \
+            "END"
+        MMP_RULES += cntmodelResourceFile
+    }
+    
+    symbianplugin.sources = $${TARGET}.dll
+    symbianplugin.path = /resource/qt/plugins/contacts
+    DEPLOYMENT += symbianplugin
+}
+
+target.path=$$QT_MOBILITY_PREFIX/plugins/contacts
+INSTALLS+=target