Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
QtMobility is a Qt set of API's for mobile application development.
Note for Qt Creator users
Add the following line to your project file:
CONFIG += mobility |
The use the class QtMobility::QSystemInfo, additionally add the following line to your project file:
MOBILITY += systeminfo |
The use the class QtMobility::QContacts, additionally add the following line to your project file:
MOBILITY += contacts |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.