keepintouch.pro Example Filekeepintouch/keepintouch.proTEMPLATE = app TARGET = keepintouch QT += gui include(../mobility_examples.pri) CONFIG += mobility MOBILITY = messaging contacts INCLUDEPATH += ../../src/messaging INCLUDEPATH += ../../src/contacts ../../src/contacts/details ../../src/contacts/filters ../../src/contacts/requests HEADERS += \ addressfinder.h SOURCES += \ addressfinder.cpp\ main.cpp symbian:TARGET.CAPABILITY = NetworkServices \ LocalServices \ ReadUserData \ WriteUserData \ UserEnvironment \ ReadDeviceData \ WriteDeviceData © 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
|