http://talk.maemo.org/showthread.php?t=87896&highlight=developer.nokia.com

andreagrandi 1ee6530795 Add more returned fields in messages timeline methods. %!s(int64=12) %!d(string=hai) anos
doc 93e34dd77f Add a simple index.html for the generated HTML documentation %!s(int64=12) %!d(string=hai) anos
examples 3233c66060 Updated module version numbers from 0.1 to 1.0 (and imports too). %!s(int64=12) %!d(string=hai) anos
images 7a166f2c46 Added project icon. %!s(int64=12) %!d(string=hai) anos
plugin 1ee6530795 Add more returned fields in messages timeline methods. %!s(int64=12) %!d(string=hai) anos
tests 3233c66060 Updated module version numbers from 0.1 to 1.0 (and imports too). %!s(int64=12) %!d(string=hai) anos
Licence.txt 749512dd76 Added license. %!s(int64=12) %!d(string=hai) anos
README 3233c66060 Updated module version numbers from 0.1 to 1.0 (and imports too). %!s(int64=12) %!d(string=hai) anos
release_notes.txt dcc9fbe870 Updated the version history in release notes. %!s(int64=12) %!d(string=hai) anos
socialconnect.pro 942fe42c08 Remove other subdirs from socialconnect.pro except "plugin" %!s(int64=12) %!d(string=hai) anos

README

Directories

doc/
Contains documentation on the project in general.

examples/
Contains a set of example applications that utilize the SocialConnect module.

plugin/
Contains the SocialConnect QML module.

tests/
Contains a set of tests that are used for testing/debugging the implementation.

Building

To build the SocialConnect module, change to the "plugin" directory and command

qmake && make && make install

This compiles the module and installs it to plugin/install. After this you can use the
module in your QML application by doing "import SocialConnect 1.0". Notice that you must
have the plugin/install directory in your QML module import path. For further usage
description see examples/smoke/ .

Documentation

To generate the documentation, change to the "doc" directory and command

qdoc socialconnect.qdocconf

This generates the documentation in HTML format in a directory called "html".