From 4dae7b6b85e4571d6430aa7c736e3de24a15bdb6 Mon Sep 17 00:00:00 2001 From: Chris M Date: Mon, 10 Jul 2023 07:07:24 +1000 Subject: [PATCH] Updated includes to fully cover dependencies --- OpenRGB.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenRGB.pro b/OpenRGB.pro index 8b1ac3bd..4d3d6954 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -64,13 +64,16 @@ INCLUDEPATH += dependencies/ColorWheel \ dependencies/Swatches/ \ dependencies/CRCpp/ \ + dependencies/hidapi/ \ dependencies/hueplusplus-1.0.0/include \ dependencies/hueplusplus-1.0.0/include/hueplusplus \ dependencies/httplib \ dependencies/json/ \ dependencies/libe131/src/ \ dependencies/libcmmk/include/ \ + dependencies/libusb-1.0.22/include/ \ dependencies/mdns \ + dependencies/mbedtls-2.24.0/include/ \ hidapi_wrapper/ \ i2c_smbus/ \ i2c_tools/ \ @@ -229,6 +232,7 @@ HEADERS += Colors.h \ dependencies/ColorWheel/ColorWheel.h \ dependencies/Swatches/swatches.h \ + dependencies/hidapi/hidapi/hidapi.h \ dependencies/json/json.hpp \ dependencies/libcmmk/include/libcmmk/libcmmk.h \ LogManager.h \