View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#22
Originally Posted by davidmaxwaterman View Post
[1] Actually, I noticed I added 'LIBS += lib/libQtLocation.so' rather than something like 'LIBS += -Llib', but it still seems to pick up the other libraries in their so I guess it's clever like that.
MADDE is not really meant to work with external libraries. But have you got the code compiled, right? Do you have the library installed on your device? If this is a compiler issue, try to set the full path to your library in the pro file. This might work.

Daniel