plugins/declarative/contacts/contacts.pro
changeset 0 876b1a06bc25
child 5 603d3f8b6302
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/declarative/contacts/contacts.pro	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,49 @@
+INCLUDEPATH += . \
+               ../../../src/global \
+               ../../../include \
+               ../../../src/contacts \
+               ../../../src/contacts/requests \
+               ../../../src/contacts/details \
+               ../../../src/contacts/filters \
+               ../../../src/versit
+DEPENDPATH += ../../../src/contacts
+
+TARGET = $$qtLibraryTarget(declarative_contacts)
+TARGETPATH = QtMobility/contacts
+
+TEMPLATE = lib
+CONFIG += plugin
+PLUGIN_TYPE = declarative
+
+include(../../../common.pri)
+
+QT += declarative
+
+
+CONFIG += mobility
+MOBILITY = contacts versit
+
+target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+
+qmldir.files += $$PWD/qmldir
+qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
+
+
+# Input
+HEADERS += qmlcontactmodel.h \
+           qmlcontact.h \
+           qmlcontactdetail.h \
+           qmlcontactdetailfield.h
+
+SOURCES += plugin.cpp \
+    qmlcontactmodel.cpp \
+    qmlcontact.cpp \
+    qmlcontactdetail.cpp \
+    qmlcontactdetailfield.cpp
+
+# Qt 4.7.0b2 and 4.7.0rc1 have a source break for declarativeimageprovider, so don't
+# compile them for now.
+# HEADERS += imageprovider.h
+# SOURCES += imageprovider.cpp
+
+INSTALLS += target qmldir