Hack-A-N900/Development Notes: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 16: | Zeile 16: | ||
There are the nokia closed-source libraries and other libraries from the community that you might want to use in your application. For example, I would like to use TpSession which is an abstraction for the TelepathyQt4 API letting one manage sms's, phone calls, etc. | There are the nokia closed-source libraries and other libraries from the community that you might want to use in your application. For example, I would like to use TpSession which is an abstraction for the TelepathyQt4 API letting one manage sms's, phone calls, etc. | ||
==== In Scratchbox ==== | |||
To install TpSession using scratchbox you need to install TelepathyQt4 on your workstation (for emulator) and you need to install the nokia closed source libs for your target (requires serial number). Then compile TpSession (git clone https://vcs.maemo.org/git/tpsession) for your workstation and/or target. Then you have to copy the lib to the root dir of your target and add the location to the INCLUDES of the .pro file for the project. [thread discussion|http://talk.maemo.org/showthread.php?t=56602] | To install TpSession using scratchbox you need to install TelepathyQt4 on your workstation (for emulator) and you need to install the nokia closed source libs for your target (requires serial number). Then compile TpSession (git clone https://vcs.maemo.org/git/tpsession) for your workstation and/or target. Then you have to copy the lib to the root dir of your target and add the location to the INCLUDES of the .pro file for the project. [thread discussion|http://talk.maemo.org/showthread.php?t=56602] | ||
In MADDE? | ==== In MADDE? ==== | ||
=== Saving Application Settings === | === Saving Application Settings === | ||
[http://doc.qt.nokia.com/4.6/qsettings.html#details] | [http://doc.qt.nokia.com/4.6/qsettings.html#details] |