PDA

View Full Version : Qt 5 build : qtlocation linking failure



faizol
30th September 2012, 13:42
Solved.

Solution;
either re-clone the git and ignore the webkit module;
http://qt-project.org/forums/viewthread/15171

or compile webkit first and then continue the compilation for the rest.

Thanks.

faizol
11th October 2012, 04:22
The other solution is to edit the Makefile in the qtlocation folder and subfolders, and delete /usr/lib (or /usr/lib64) from the Makefile. It seems the old library (from Qt4) was to be used in the linking, thus resulting in the failure.

Anyway, how to mark a thread as "[Solved]"?

Thanks.