CMP0055 ------- .. versionadded:: 3.2 Strict checking for the :command:`break` command. CMake 3.1 and lower allowed calls to the :command:`break` command outside of a loop context and also ignored any given arguments. This was undefined behavior. The ``OLD`` behavior for this policy is to allow :command:`break` to be placed outside of loop contexts and ignores any arguments. The ``NEW`` behavior for this policy is to issue an error if a misplaced break or any arguments are found. This policy was introduced in CMake version 3.2. CMake version |release| warns when the policy is not set and uses ``OLD`` behavior. Use the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly. .. include:: DEPRECATED.txt a href='/oss-git/'>cgit logo index : Qt.git
Qt s a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto@kdab.com>2012-03-09 10:52:21 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-03-09 10:59:40 (GMT)
commit3557368340e0ce9d448fd3df81b30ded86b0e158 (patch)
tree6c79522f6606aa57a0c6c9dc0b8d34cff13fe31c /src/corelib
parent36e59d57dc9753c49825029a17d44ab3812958bf (diff)
downloadQt-3557368340e0ce9d448fd3df81b30ded86b0e158.zip
Qt-3557368340e0ce9d448fd3df81b30ded86b0e158.tar.gz
Qt-3557368340e0ce9d448fd3df81b30ded86b0e158.tar.bz2
Fixes codecs.pri to reflect new QNX mkspec name
Change-Id: I7d22d48b189e8abfd6164a51b1e025360ef3da5a Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/corelib')