Don't include _Linux files in MacOS build, add support for _MacOS files

This commit is contained in:
Adam Honse 2024-08-05 22:47:28 -05:00
parent 698ae9debc
commit d834b18a16
7 changed files with 295 additions and 20 deletions

View file

@ -3,11 +3,12 @@
@@ -443,8 +443,6 @@ contains(QMAKE_PLATFORM, linux) {
PKGCONFIG += \
libusb-1.0
- TARGET = $$lower($$TARGET)
-
HEADERS -= $$CONTROLLER_H_WIN
HEADERS -= $$CONTROLLER_H_WINDOWS
HEADERS -= $$CONTROLLER_H_MACOS
HEADERS += \
--- a/qt/org.openrgb.OpenRGB.desktop
+++ b/qt/org.openrgb.OpenRGB.desktop