Allow multiple operating systems to be specified in filename, i.e. _Windows_Linux.cpp

This commit is contained in:
Adam Honse 2024-08-09 00:05:03 -05:00
parent c35fd68c99
commit d778d470b1
2 changed files with 48 additions and 35 deletions

View file

@ -6,8 +6,7 @@
- TARGET = $$lower($$TARGET)
-
HEADERS -= $$CONTROLLER_H_WINDOWS
HEADERS -= $$CONTROLLER_H_MACOS
HEADERS += $$CONTROLLER_H_LINUX
HEADERS += \
--- a/qt/org.openrgb.OpenRGB.desktop