mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
macos libusb workflow fix
This commit is contained in:
parent
67a186be4f
commit
48cc3891cd
4 changed files with 18 additions and 0 deletions
|
|
@ -1,7 +1,11 @@
|
|||
#ifndef USBINBUFFER_H
|
||||
#define USBINBUFFER_H
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
#include <libusb.h>
|
||||
#else
|
||||
#include <libusb-1.0/libusb.h>
|
||||
#endif
|
||||
#include <condition_variable>
|
||||
|
||||
#include <QObject>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue