The LIBS variable is usually an -L directive with the directory the library is in and an -l directive with the library name (without any extension of lib prefix)

So maybe try

Qt Code:
  1. LIBS += -L C:\Qt\libusb-1.0.20\MinGW32\static -l usb-1.0
To copy to clipboard, switch view to plain text mode 

Cheers,
_