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

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

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".