From: Oswald Buddenhagen Date: Tue, 27 Nov 2012 16:01:09 +0000 (+0100) Subject: reformat assignment to ease later modification X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e543807ca059809106e824066277aa0a86b5c420;p=profile%2Fivi%2Fqtbase.git reformat assignment to ease later modification Change-Id: Ib8741baf678583fe56ea0f0a5d4cf2ee22b21b3a Reviewed-by: Joerg Bornemann --- diff --git a/mkspecs/features/qt_build_config.prf b/mkspecs/features/qt_build_config.prf index b386e39..9d960e5 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