/** * \mainpage ofono-qt - Qt Bindings to Cellular Services * * \section intro Introduction * * ofono-qt is a high-level Qt binding to oFono cellular services provided via DBus * * Development is done in the Git repository here. * * \section building Building * * Building ofono-qt requires: * \li Qt, including QtDBus * \li qmake * * After installing all dependencies, run: * * \verbatim $ qmake $ make $ make install \endverbatim * * \section running Running * * In order to run ofono-qt, you need a working * installation of ofono daemon. This is the backend with which the * ofono-qt bindings communicate. * * In order to set up ofono, you will need a working PhoNet stack and * a device connected via USB or a running phonesim modem simulator. * * More information: * http://git.kernel.org/?p=network/ofono/phonesim.git;a=blob;f=HACKING;hb=HEAD * */