Qt Code:
  1. LIBS += -L"C:\Program Files\videoInput01995\compiledLib\compiledByDevCpp"
  2.  
  3. LIBS += -videoInputLib.a
To copy to clipboard, switch view to plain text mode 

first statement should not be LIBS += , but DEPENDPATH += , cuz u r providing an extra path to be searched..check if it works with this