diff -r e686773b3f54 -r 0ba2181d7c28 qtcontactsmobility/examples/samplephonebook/samplephonebook.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtcontactsmobility/examples/samplephonebook/samplephonebook.pro Fri Mar 19 09:27:18 2010 +0200 @@ -0,0 +1,37 @@ +###################################################################### +# +# Simple example of how to use the contacts API +# +###################################################################### + +TEMPLATE = app +TARGET = samplephonebook +DEPENDPATH += . +INCLUDEPATH += . \ + ../../src/contacts\ + ../../src/contacts/filters \ + ../../src/contacts/requests \ + ../../src/contacts/details + +CONFIG += mobility +MOBILITY = contacts + +# Input +SOURCES += main.cpp \ + phonebook.cpp \ + contacteditor.cpp \ + contactlistpage.cpp \ + filterpage.cpp +HEADERS += phonebook.h \ + contacteditor.h \ + contactlistpage.h \ + filterpage.h + +symbian: { + TARGET.CAPABILITY = ReadUserData \ + WriteUserData \ + ReadDeviceData \ + WriteDeviceData \ + SwEvent +} +include(../examples.pri)