Results 1 to 6 of 6

Thread: How do I point to a C++ library (non Qt library)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    12
    Qt products
    Qt4
    Platforms
    Windows

    Smile How do I point to a C++ library (non Qt library)

    How do I point to a C++ library in Qt. Should I duplicate the below line in the dot pro file and point to a specific file:

    include(../../src/qtsoap.pri)

    EG: include(C:/abc/def/First Name Library)

    When I do this and look at the compile output, I do not see the new path being used.

    Is there some kind of instuction such as the below one that I should be using:

    library(C:/abc/def/First Name Library)

    Thank you,
    Chris L.
    Last edited by ChrisL1234; 6th June 2012 at 21:02. Reason: updated contents

Similar Threads

  1. Replies: 3
    Last Post: 21st June 2011, 19:37
  2. Replies: 1
    Last Post: 3rd December 2009, 14:23
  3. display a plot point by point
    By oswalidos in forum Newbie
    Replies: 32
    Last Post: 13th March 2009, 15:37
  4. how to paint scene point by point
    By elessaar in forum Qt Programming
    Replies: 8
    Last Post: 4th September 2008, 20:00
  5. how to point to the library!!?
    By drinu21 in forum Qwt
    Replies: 1
    Last Post: 25th November 2007, 14:22

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.