QtContacts ModuleClasses
The Contacts API enables a client to request contact data from local or remote backends. You can add, remove, search , or filter for your contacts information. To include the definitions of the module's classes, use the following directive: #include <QtContacts>
To link against the module, add this line to your qmake .pro file: QT += contacts |