summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs')
-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