Results 1 to 8 of 8

Thread: qmake absolute vs relative LIBS path

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2007
    Location
    Massachusetts, USA
    Posts
    24
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Re: qmake absolute vs relative LIBS path

    Previous should be the usual "+=", not "=+=".

  2. #2
    Join Date
    May 2007
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qmake absolute vs relative LIBS path

    Are you solved the problem? Could you tell me how? I'm having the same issue to share the project...

  3. #3
    Join Date
    Jun 2010
    Location
    Salatiga, Indonesia
    Posts
    160
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    11
    Thanked 32 Times in 29 Posts
    Wiki edits
    1

    Default Re: qmake absolute vs relative LIBS path

    Can you show your .pro file, and list of libraries that you use?

  4. #4

    Default Re: qmake absolute vs relative LIBS path

    simple, here is using absolute path :

    LIBS += -L"E:\PROJECT\C++\QT\Sample\Curl\lib" -lcurldll

    and here is using relative path :

    LIBS += -L$$PWD\lib -lcurldll

Similar Threads

  1. qmake LIBS missing quotes
    By redoctober0 in forum General Programming
    Replies: 1
    Last Post: 12th January 2011, 16:05
  2. Replies: 8
    Last Post: 17th October 2009, 08:10
  3. Plugin LIBS path not found
    By vieraci in forum Qt Programming
    Replies: 7
    Last Post: 5th August 2009, 14:32
  4. Where does qmake get the qt path?
    By reimer in forum Installation and Deployment
    Replies: 6
    Last Post: 2nd August 2008, 07:54
  5. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15

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.