Results 1 to 2 of 2

Thread: Qt 5 build : qtlocation linking failure

  1. #1
    Join Date
    Dec 2010
    Posts
    23
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt 5 build : qtlocation linking failure

    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.
    Last edited by faizol; 30th September 2012 at 14:42.

  2. #2
    Join Date
    Dec 2010
    Posts
    23
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt 5 build : qtlocation linking failure

    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.
    Last edited by faizol; 11th October 2012 at 05:28.

Similar Threads

  1. linking problem (own build libavformat)
    By entee in forum Qt Programming
    Replies: 1
    Last Post: 6th October 2011, 15:52
  2. Replies: 6
    Last Post: 5th May 2011, 06:25
  3. Failure to build qt 4.5.1
    By doggrant in forum Qt Programming
    Replies: 1
    Last Post: 24th June 2009, 16:47
  4. Failure to build Debug libs - Vista Mingw Qt 4.3.2
    By pmabie in forum Installation and Deployment
    Replies: 8
    Last Post: 15th October 2007, 19:04
  5. Build Debug Libraries : Failure
    By oetzi in forum Installation and Deployment
    Replies: 4
    Last Post: 14th October 2007, 13:29

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.