From bb01790d7143055a7c0e40ed2f7b7bd3ffa5a528 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 26 May 2020 01:25:46 -0500 Subject: [PATCH] Add MacOS libraries and paths to project file --- OpenRGB.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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