Skip to content

Commit

Permalink
adding path for msvc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Nov 24, 2020
1 parent f595cae commit d9795ba
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 $$LIBUSB_ROOT_REL/libusb/msvc $$HIDAPI_ROOT_REL/hidapi
}

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

0 comments on commit d9795ba

Please sign in to comment.