diff --git a/OpenRGB.pro b/OpenRGB.pro index acb58dbe..5ab550a6 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -424,4 +424,11 @@ unix:!macx { #-----------------------------------------------------------------------# # MacOS-specific Configuration # -#-----------------------------------------------------------------------# \ No newline at end of file +#-----------------------------------------------------------------------# +unix:macx { + INCLUDEPATH += \ + /usr/local/include \ + + LIBS += \ + -L/usr/local/lib -lusb-1.0 -lhidapi \ +} \ No newline at end of file