File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SOURCES += \
32
32
LIBS += -lusb-1.0
33
33
unix :LIBS += -L/usr/lib/
34
34
win32 :LIBS += -L " $$_PRO_FILE_PWD_" # Github actions placed libusb here
35
- osx:INCPATH += /usr/local/include
35
+ osx:INCPATH += /usr/local/include /usr/local/lib
36
36
osx:LIBS += -L/usr/local/lib $(shell pkg-config --libs libusb-1.0 )
37
37
38
38
# libusb-1.0.23 shall be extracted in same directory as this file
Original file line number Diff line number Diff line change 1
1
#ifndef USBINBUFFER_H
2
2
#define USBINBUFFER_H
3
3
4
- #include < libusb.h>
4
+ #include < libusb-1.0/libusb .h>
5
5
#include < condition_variable>
6
6
7
7
#include < QObject>
Original file line number Diff line number Diff line change 3
3
4
4
#include " Util/usbinbuffer.h"
5
5
6
- #include < libusb.h>
6
+ #include < libusb-1.0/libusb .h>
7
7
#include < QString>
8
8
#include < set>
9
9
#include < functional>
You can’t perform that action at this time.
0 commit comments