summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_build_config.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-11-27 17:01:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 16:21:57 +0100
commite543807ca059809106e824066277aa0a86b5c420 (patch)
tree11beb4984fa1fa66b84dc7cc2d1b66e44eb2eeda /mkspecs/features/qt_build_config.prf
parent297bc47ad4c0667e23ac7e2df500a8be5cd89ffa (diff)
reformat assignment to ease later modification
Change-Id: Ib8741baf678583fe56ea0f0a5d4cf2ee22b21b3a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/features/qt_build_config.prf')
-rw-r--r--mkspecs/features/qt_build_config.prf12
1 files changed, 7 insertions, 5 deletions
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