diff --git a/mkspecs/features/qt_build_config.prf b/mkspecs/features/qt_build_config.prf index b386e392358..9d960e54c31 100644 --- a/mkspecs/features/qt_build_config.prf +++ b/mkspecs/features/qt_build_config.prf @@ -25,8 +25,10 @@ mac { } } -CONFIG += create_prl link_prl prepare_docs no_private_qt_headers_warning QTDIR_build - -# Qt modules get compiled without exceptions enabled by default. -# However, testcases should be still built with exceptions. -CONFIG += exceptions_off testcase_exceptions +CONFIG += \ + create_prl link_prl \ + prepare_docs \ + no_private_qt_headers_warning QTDIR_build \ + # Qt modules get compiled without exceptions enabled by default. + # However, testcases should be still built with exceptions. + exceptions_off testcase_exceptions