In your .pro-file, you will also need something like this:
Qt Code:
  1. INCLUDEPATH += /location/of/your/headers
  2. LIBS += -L/location/of/your/lib -lyoursuperlib
To copy to clipboard, switch view to plain text mode