View Single Post
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#43
Originally Posted by marmistrz View Post
Built the latest source from git, and the Settings error returns:

Code:
plugin cannot be loaded for module "org.hildon.components": Cannot load library /opt/lib/qt4/imports/org/hildon/components/libhildonplugin.so: (/opt/lib/qt4/imports/org/hildon/components/libhildonplugin.so: undefined symbol: _ZNK20QDeclarativeSettings10metaObjectEv) 
     import org.hildon.components 1.0
Hmm this looks like you have some header file which is not working with your library. I think you need to change the header file and find a different library to link or change the library on phone. I have seen this when I tried to help reverse engineering a sdk for motorola phones.

Last edited by Halftux; 2014-02-06 at 19:24.