From 94c4827a9f3942ddde2f2371de4e1aab709995cb Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 7 Aug 2017 21:15:56 -0700 Subject: configure: Disable warnings in configure tests No need to log them. Change-Id: I3868166e5efc45538544fffd14d8c3cc0012ba12 Reviewed-by: Oswald Buddenhagen --- mkspecs/features/qt_configure.prf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkspecs') diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf index afeb4f3d1d..1ba96767be 100644 --- a/mkspecs/features/qt_configure.prf +++ b/mkspecs/features/qt_configure.prf @@ -926,6 +926,9 @@ defineTest(qtConfTest_compile) { use_gold_linker: \ qmake_configs += "use_gold_linker" + # disable warnings from the builds, since they're just noise at this point. + qmake_configs += "warn_off" + # add console to the CONFIG variable when running the tests, so that they # can work with a regular main() entry point on Windows. qmake_configs += "console" -- cgit v1.2.3