subsurface-configure.pri: disable auto-"silent" mode for win32

Certain versions of mingw32-make will try to "CreateProcess"
passing the contents of CC and CXX. On win32, with CONFIG += silent
CC and CXX become composite containing multiple commands
such as "@echo... && gcc", which produces undesired results.

For the time being, do not automatically enable "silent" mode
if the current OS is win32. Possibly a better solution can be
found later on.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-10-10 17:07:24 +03:00 committed by Dirk Hohndel
parent 1dccf84c67
commit 8b517f8081

View file

@ -126,7 +126,7 @@ win32 {
#
# misc
#
!equals(V, 1): CONFIG += silent
!equals(V, 1): !win32: CONFIG += silent
MOC_DIR = .moc
UI_DIR = .uic
RCC_DIR = .rcc