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:
parent
a6c3bdd4f1
commit
1bdc8dfa7a
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ QT +=
|
||||||
CONFIG += c++17 \
|
CONFIG += c++17 \
|
||||||
lrelease \
|
lrelease \
|
||||||
embed_translations \
|
embed_translations \
|
||||||
|
silent \
|
||||||
|
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue