Results 1 to 1 of 1

Thread: how to link the right version libraries when I execute an application

  1. #1
    Join Date
    Sep 2010
    Location
    IT
    Posts
    20
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default how to link the right version libraries when I execute an application

    Hi all
    I cross compiled the Qt embedded libraries and an application in qws mode for an ARM device with linux.
    When I try to execute my application on the target device retuns a wrong library version.
    Inside the library path there is a link to other Qt libraries version and my application doesn't work.
    I'd like to tell to the application the right path at the runtime and don't replace the installed libraries because these libraries are used in other applications.

    A solution could be to compile the application "static" but I'd like to use shared libraries.

    Thank you

    ilpaso
    Last edited by ilpaso; 17th January 2011 at 11:08.

Similar Threads

  1. statically link Qt libraries (not build static library)
    By mcarter in forum Qt Programming
    Replies: 3
    Last Post: 1st February 2010, 20:42
  2. How to link static libraries --- in .pro file settings?
    By jiapei100 in forum Qt Programming
    Replies: 1
    Last Post: 7th January 2010, 16:39
  3. Link errors when linking chained libraries on windows
    By darkadept in forum Qt Programming
    Replies: 5
    Last Post: 26th May 2008, 14:52
  4. Dynamic link libraries
    By nareshqt in forum Qt Programming
    Replies: 6
    Last Post: 22nd April 2008, 06:20
  5. Replies: 2
    Last Post: 30th September 2007, 21:23

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
  •  
Qt is a trademark of The Qt Company.