Results 1 to 6 of 6

Thread: Hot to define the directory for the dynamic libraries?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Hot to define the directory for the dynamic libraries?

    I'm afraid qt.conf won't help you with that. Qt libraries are linked by the dynamic loader, so QLibraryInfo doesn't have time to initialise itself before it is even loaded into process address space. You can only manipulate plugins search paths this way, but not Qt libs themselves.

    Quote Originally Posted by Using qt.conf
    Without qt.conf, the Qt libraries will use the hard-coded paths to look for plugins, translations, and so on. These paths may not exist on the target system, or they may not be accesssible. Because of this, you need qt.conf to make the Qt libraries look elsewhere.

  2. The following user says thank you to wysota for this useful post:

    Dark_Tower (16th December 2006)

Similar Threads

  1. Am I the only one with "make" error ?
    By probine in forum Installation and Deployment
    Replies: 1
    Last Post: 13th February 2006, 12:54

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.