From e8958d4742e4f9b954040c2ec190de002008f176 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sat, 30 May 2020 15:38:27 -0700 Subject: Help: Clarify that no version of MSVC today support C standard levels The current description sounds as if MSVC later than 2015 update 3 support C standard level, which is not true. This patch clarifies MSVC support. --- Help/prop_tgt/C_STANDARD.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/prop_tgt/C_STANDARD.rst b/Help/prop_tgt/C_STANDARD.rst index e7f7904..6a05139 100644 --- a/Help/prop_tgt/C_STANDARD.rst +++ b/Help/prop_tgt/C_STANDARD.rst @@ -6,8 +6,8 @@ The C standard whose features are requested to build this target. This property specifies the C standard whose features are requested to build this target. For some compilers, this results in adding a flag such as ``-std=gnu11`` to the compile line. For compilers that -have no notion of a standard level, such as Microsoft Visual C++ before -2015 Update 3, this has no effect. +have no notion of a C standard level, such as all versions of +MSVC known as of this version of CMake, this has no effect. Supported values are ``90``, ``99`` and ``11``. -- cgit v0.12 _12_3 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/tests/auto/qabstractprintdialog
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-09-23 18:34:20 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-09-23 18:34:20 (GMT)
commita85340bfb53e8fcc1df30e35c5bfcfcc0b0ef621 (patch)
treeca60428e382b79dd776317dc209bd0ea4601a2cb /tests/auto/qabstractprintdialog
parent84e905a50767e81abaa2827a6b98401677527374 (diff)
parent930461946ce14051e56a3d7f49e2cd24742b8777 (diff)
downloadQt-a85340bfb53e8fcc1df30e35c5bfcfcc0b0ef621.zip
Qt-a85340bfb53e8fcc1df30e35c5bfcfcc0b0ef621.tar.gz
Qt-a85340bfb53e8fcc1df30e35c5bfcfcc0b0ef621.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-symbian-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-symbian-team: Symbian - perform some FS initialisation previously done by open c symbian - Document behaviour of QDir::rootPath / homePath
Diffstat (limited to 'tests/auto/qabstractprintdialog')