From 1bdc8dfa7af3c9fc978a0816e28910bf6ed622ec Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Fri, 17 May 2024 01:25:45 -0500 Subject: [PATCH] Add silent configuration to suppress compiler commands in qmake output, should hopefully make the logs more readable (and not overflow the buffer) --- OpenRGB.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRGB.pro b/OpenRGB.pro index 5e168f84..824deae9 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -17,6 +17,7 @@ QT += CONFIG += c++17 \ lrelease \ embed_translations \ + silent \ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets