From 120bd7d30272439a69e6e596099f81e92e11a4ce Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 25 Apr 2022 17:55:58 +0100 Subject: [PATCH] Link the correct hidapi library in Linux --- wfview.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wfview.pro b/wfview.pro index 4106e6f..84e2389 100644 --- a/wfview.pro +++ b/wfview.pro @@ -142,8 +142,8 @@ CONFIG(debug, release|debug) { win32:LIBS += -L../opus/win32/VS2015/Win32/Release/ -lopus } -linux:LIBS += -L./ -l$$QCPLIB -lopus -macx:LIBS += -framework CoreAudio -framework CoreFoundation -hidapi -lpthread -lopus +linux:LIBS += -L./ -l$$QCPLIB -lhidapi-libusb -lopus +macx:LIBS += -framework CoreAudio -framework CoreFoundation -lhidapi -lpthread -lopus win32:INCLUDEPATH += ../hidapi/hidapi win32:SOURCES += ../hidapi/windows/hid.c