reformat assignment to ease later modification
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Tue, 27 Nov 2012 16:01:09 +0000 (17:01 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 28 Nov 2012 15:21:57 +0000 (16:21 +0100)
Change-Id: Ib8741baf678583fe56ea0f0a5d4cf2ee22b21b3a
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
mkspecs/features/qt_build_config.prf

index b386e39..9d960e5 100644 (file)
@@ -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