reformat assignment to ease later modification
Change-Id: Ib8741baf678583fe56ea0f0a5d4cf2ee22b21b3a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
297bc47ad4
commit
e543807ca0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user