qtmobility/plugins/contacts/wince/wince.pro
changeset 1 2b40d63a9c3d
child 8 71781823f776
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/plugins/contacts/wince/wince.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,25 @@
+TEMPLATE = lib
+CONFIG += plugin
+TARGET = $$qtLibraryTarget(qtcontacts_wince)
+PLUGIN_TYPE=contacts
+
+include(../../../common.pri)
+
+HEADERS += \
+        qcontactwincebackend_p.h \
+        qcontactrequestworker_p.h \
+        qcontactrequestworker.h
+SOURCES += \
+        qcontactwincebackend.cpp \
+        contactconversions.cpp \
+        qcontactrequestworker.cpp
+
+INCLUDEPATH += $$SOURCE_DIR/src/contacts $$SOURCE_DIR/src/contacts/details $$SOURCE_DIR/src/contacts/filters $$SOURCE_DIR/src/contacts/requests
+
+target.path=$$QT_MOBILITY_PREFIX/plugins/contacts
+INSTALLS+=target
+LIBS += pimstore.lib -lole32
+CONFIG += mobility
+MOBILITY = contacts
+QT += network
+