--- a/qtcontactsmobility/examples/incomingcalls/incomingcalls.pro Fri Mar 19 09:27:18 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-######################################################################
-#
-# Simple example of how to use the contacts API
-#
-######################################################################
-
-TEMPLATE = app
-TARGET = incomingcalls
-DEPENDPATH += .
-INCLUDEPATH += . ../../src/contacts \
- ../../src/contacts/details \
- ../../src/contacts/requests \
- ../../src/contacts/filters
-
-
-CONFIG += mobility
-MOBILITY = contacts
-
-# Input
-SOURCES += main.cpp \
- testmodelui.cpp \
- filterdialog.cpp \
- qcontactlistmodel.cpp
-
-HEADERS += testmodelui.h \
- filterdialog.h \
- qcontactlistmodel.h \
- qcontactlistmodel_p.h
-
-include(../examples.pri)