[Interest] QtCreator oddity

Thiago Macieira thiago.macieira at intel.com
Thu Apr 19 10:01:38 CEST 2018


On Wednesday, 18 April 2018 10:18:05 PDT Konstantin Tokarev wrote:
> #include <libusb-1.0/libusb.h>

DO NOT write that. The correct line for libusb is:

#include <libusb.h>

If that file is not in your default search path, then add it to INCLUDEPATH or 
via pkg-config.

PKGCONFIG += libusb-1.0

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center






More information about the Interest mailing list