Results 1 to 4 of 4

Thread: using a third party Makefile

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Feb 2011
    Location
    Bangalore
    Posts
    207
    Thanks
    20
    Thanked 28 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: using a third party Makefile

    Use LIBS += etc.
    If you are using Qt Creator, right click on your project and click add library.. that will guide you with your library. Don;t make changes to makefile if you are using qmake.
    Makefile is generated and will overwrite all changes you have made to it.

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

    prkhr4u (17th October 2013)

Similar Threads

  1. Replies: 1
    Last Post: 24th June 2011, 12:44
  2. Replies: 1
    Last Post: 31st March 2011, 18:38
  3. Replies: 0
    Last Post: 12th October 2010, 04:14
  4. Using third-party libraries in qt
    By apj in forum Newbie
    Replies: 1
    Last Post: 15th May 2009, 22:27
  5. using third party libs
    By jay in forum Qt Programming
    Replies: 13
    Last Post: 14th April 2009, 15:52

Tags for this Thread

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.