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:
LIBS += -L C:\Qt\libusb-1.0.20\MinGW32\static -l usb-1.0To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks