samplephonebook.pro Example Filesamplephonebook/samplephonebook.pro###################################################################### # # Simple example of how to use the contacts API # ###################################################################### TEMPLATE = app TARGET = samplephonebook include(../mobility_examples.pri) DEPENDPATH += . INCLUDEPATH += . \ ../../src/contacts\ ../../src/contacts/filters \ ../../src/contacts/requests \ ../../src/contacts/details \ ../../src/versit CONFIG += mobility MOBILITY = contacts contains(mobility_modules,versit) { MOBILITY += versit DEFINES += BUILD_VERSIT } # 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 } © 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|