Attempt to fix OSX workflow

This commit is contained in:
Jan Käberich 2023-02-20 13:25:38 +01:00
parent 9b4865dceb
commit 1fc9ae0c0d

View File

@ -303,7 +303,7 @@ LIBS += -lusb-1.0
unix:LIBS += -L/usr/lib/ unix:LIBS += -L/usr/lib/
win32:LIBS += -L"$$_PRO_FILE_PWD_" # Github actions placed libusb here win32:LIBS += -L"$$_PRO_FILE_PWD_" # Github actions placed libusb here
osx:INCPATH += /usr/local/include osx:INCPATH += /usr/local/include
osx:LIBS += $(shell pkg-config --libs libusb-1.0) osx:LIBS += -L/usr/local/lib $(shell pkg-config --libs libusb-1.0)
QT += widgets network QT += widgets network