View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#15
Originally Posted by fcrochik View Post
uvatbc,

It seems that you have had a good fight and end up winning the "battle" to setup telepathy-qt4+tpsession on nokia sdk. Would you be so kind to tell me how you did get the telepathy-qt4 headers? I don't think I can just download the latest version from git and I tried "apt-get sources libtelepathy-qt4-0" but got errors later trying to configure/compile it on scratchbox...

In fact, any information that can help me get from 0 to compile my first qt application using telepathy qt4/tpsession on nokia sdk will be greatly appreciated! I would love for example to be able to generate your qgvdial from source.

Thanks in advance
Download the armel package from here: http://maemo.org/packages/view/libtelepathy-qt4-dev/ and http://maemo.org/packages/view/libtelepathy-qt4-0/

Open the packages (eg. the Windows version of 7-Zip can do it), and extract the contents of the /data.tar.gz/data.tar/./ to the sysroot of MADDE.

If you copy libraries like this into MADDE, note that the default mechanism (LIBS += -lsomelibrary) looks for libsomelibrary.so in /usr/lib of the sysroot. So in this case you'll have to rename "libtelepathy-qt4.so.0.0.0" to "libtelepathy-qt4.so".

The above worked for me with other libs.
Good luck!

Last edited by Venemo; 2010-07-15 at 13:36.
 

The Following User Says Thank You to Venemo For This Useful Post: