Skip to content

Commit

Permalink
fix hidapi include path
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Nov 24, 2020
1 parent 66c07ed commit 2fe5813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb/files.pri
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ win32 {
$$LIBUSB_ROOT_REL/libusb/os/windows_usbdk.c \
$$LIBUSB_ROOT_REL/libusb/os/windows_winusb.c

INCLUDEPATH += $$PWD/../deps/msvc $$LIBUSB_ROOT_REL $$LIBUSB_ROOT_REL/libusb $$HIDAPI_ROOT_REL/hidapi
INCLUDEPATH += $$PWD/../deps/msvc $$LIBUSB_ROOT_REL $$LIBUSB_ROOT_REL/libusb $$HIDAPI_ROOT_REL $$HIDAPI_ROOT_REL/hidapi
}

# We build libusb and hidapi ourselves instead of using a library
Expand Down

0 comments on commit 2fe5813

Please sign in to comment.