reformat assignment to ease later modification

Change-Id: Ib8741baf678583fe56ea0f0a5d4cf2ee22b21b3a
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-11-27 17:01:09 +01:00 committed by The Qt Project
parent 297bc47ad4
commit e543807ca0

View 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