opt: remove verbose_output custom configuration

This commit is contained in:
YiFang Xiao 2023-07-01 10:51:53 +08:00
parent 6deb38be7b
commit c16a2da241

View file

@ -19,13 +19,7 @@ system(git describe --tags --always --dirty): hasGit=1
}
!CONFIG( verbose_build_output ) {
!win32|*-msvc* {
# Reduce build log verbosity except for MinGW builds (mingw-make cannot
# execute "@echo ..." commands inserted by qmake).
CONFIG += silent
}
}
# users can suppress verbose console compile output by add `CONFIG += silent` to qmake.
CONFIG( release, debug|release ) {
DEFINES += NDEBUG