Hi,

I've managed to get the program to compile! I don't know why it wasn't working on a x86 ubuntu desktop but I've installed a ubuntu x86_64 version on a virtual machine and the same code runs without any errors...

Now the thing is that I'm trying to debug with Qt simulator for the N900.

when I step over this line: pluginsDir = QDir (qApp->applicationDirPath());

on the debugger the value for pluginsDir is <unavailable synchonous data> and exits the condition because it doesn't find any plugins...

Do you know why this happens?