From e543807ca059809106e824066277aa0a86b5c420 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 27 Nov 2012 17:01:09 +0100 Subject: reformat assignment to ease later modification Change-Id: Ib8741baf678583fe56ea0f0a5d4cf2ee22b21b3a Reviewed-by: Joerg Bornemann --- mkspecs/features/qt_build_config.prf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'mkspecs/features') diff --git a/mkspecs/features/qt_build_config.prf b/mkspecs/features/qt_build_config.prf index b386e39235..9d960e54c3 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 -- cgit v1.2.3