mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-31 19:27:50 -05:00
* Created FORMS macro list dynamically * Added GUI_H and CONTROLLERS_H list to HEADERS * Added GUI_CPP and CONTROLLERS_CPP list to SOURCES * Added unique list of GUI_INCLUDES and CONTROLLER_INCLUDES to INCLUDES * Adjusted platform specific builds to align build targets
23 lines
808 B
Diff
23 lines
808 B
Diff
--- a/OpenRGB.pro 2022-05-02 15:26:15.375947000 +0200
|
|
+++ b/OpenRGB.pro 2022-05-02 15:29:01.997135000 +0200
|
|
@@ -447,8 +447,6 @@
|
|
# Linux-specific Configuration #
|
|
#-----------------------------------------------------------------------------------------------#
|
|
contains(QMAKE_PLATFORM, linux) {
|
|
- TARGET = $$lower($$TARGET)
|
|
-
|
|
HEADERS -= $$CONTROLLER_H_WIN
|
|
|
|
HEADERS += \
|
|
--- a/qt/OpenRGB.desktop 2022-05-02 15:25:52.150332000 +0200
|
|
+++ b/qt/OpenRGB.desktop 2022-05-02 15:28:27.749598000 +0200
|
|
@@ -3,7 +3,7 @@
|
|
Encoding=UTF-8
|
|
Name=OpenRGB
|
|
Comment=Control RGB lighting
|
|
-Exec=openrgb
|
|
+Exec=OpenRGB
|
|
Icon=OpenRGB
|
|
Terminal=false
|
|
Categories=Utility;
|