mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Add silent configuration to suppress compiler commands in qmake output, should hopefully make the logs more readable (and not overflow the buffer)
This commit is contained in:
@@ -17,6 +17,7 @@ QT +=
|
||||
CONFIG += c++17 \
|
||||
lrelease \
|
||||
embed_translations \
|
||||
silent \
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user