From 877c033c10337fd0315652bf44a9e6b666f7c837 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 22 Feb 2024 11:57:50 -0600 Subject: [PATCH] Remove Windows files from MacOS build --- OpenRGB.pro | 4 ++++ 1 file changed, 4 insertions(+) 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)