Results 1 to 5 of 5

Thread: Setting LD_LIBRARY_PATH from Qt Creator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Oct 2006
    Posts
    279
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    6
    Thanked 40 Times in 39 Posts

    Default Re: Setting LD_LIBRARY_PATH from Qt Creator

    Oh I spoke too soon,
    setting LD_LIBRARY_PATH actually works. The problem is that Creator ignores the following line
    Qt Code:
    1. TARGET = $$join(TARGET,,,d)
    To copy to clipboard, switch view to plain text mode 
    and tries to launch MyApp instead of MyAppd even when I've chosen the debug configuration.

    It would seem like Creator doesn't support different names for debug and release builds.

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

    zeFree (2nd November 2011)

Similar Threads

  1. LD_LIBRARY_PATH problem
    By sincnarf in forum General Programming
    Replies: 3
    Last Post: 29th August 2020, 19:58
  2. Using git with qt creator
    By dreamh4k in forum Qt Programming
    Replies: 1
    Last Post: 29th June 2010, 01:18
  3. Qt Creator
    By fnmblot in forum General Discussion
    Replies: 3
    Last Post: 12th April 2009, 09:06
  4. Qt Creator
    By const in forum Qt Tools
    Replies: 26
    Last Post: 16th February 2009, 23:10
  5. Mysql LD_LIBRARY_PATH Issue
    By Think_Positive in forum Installation and Deployment
    Replies: 3
    Last Post: 13th February 2007, 20:16

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.