diff --git a/OpenRGB.pro b/OpenRGB.pro index 3e9c31e81..5fcc9afcd 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -679,12 +679,16 @@ macx { AutoStart/AutoStart-MacOS.h \ qt/macutils.h \ + HEADERS -= $$CONTROLLER_H_WIN + SOURCES += \ dependencies/hueplusplus-1.0.0/src/LinHttpHandler.cpp \ serial_port/find_usb_serial_port_linux.cpp \ AutoStart/AutoStart-MacOS.cpp \ qt/macutils.mm \ + SOURCES -= $$CONTROLLER_CPP_WIN + # Use mbedtls v2 instead of latest MBEDTLS_PREFIX = $$system(brew --prefix mbedtls@2)