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:
Adam Honse 2024-05-17 01:25:45 -05:00
parent a6c3bdd4f1
commit 1bdc8dfa7a

View file

@ -17,6 +17,7 @@ QT +=
CONFIG += c++17 \
lrelease \
embed_translations \
silent \
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets