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"