qt5base-lts/qmake/generators/win32
Joerg Bornemann a6a216e310 qmake/vcxproj: Read C language standard from QMAKE_CFLAGS
The vcxproj generator completely ignored QMAKE_CFLAGS and did only read
QMAKE_CXXFLAGS.  The msbuild-internal "cl compiler tool" contains the
flags for both, C and C++.  It is to risky to take all QMAKE_CFLAGS into
account for the "cl compiler tool", because this might collide with what
is specified in QMAKE_CXXFLAGS.  Therefore, we only read the
/std:... compiler option from QMAKE_CFLAGS and set the
LanguageStandard_C flag in the msbuild file.

Pick-to: 6.2 5.15
Task-number: QTBUG-89296
Change-Id: I885061802c1350b293a7868d4c9a9367d30e2380
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-08-26 18:32:44 +02:00
..
mingw_make.cpp MinGW: Use a response file for long include paths 2020-07-06 13:41:37 +00:00
mingw_make.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00
msbuild_objectmodel.cpp qmake/vcxproj generator: Handle C standard compiler flags 2021-08-26 18:32:44 +02:00
msbuild_objectmodel.h qmake: Apply modernize-use-override 2018-08-08 17:30:23 +00:00
msvc_nmake.cpp QDirIterator: add nextFileInfo() 2021-07-28 15:16:42 +02:00
msvc_nmake.h Clean up class definitions of makefile generators 2019-05-16 11:36:22 +00:00
msvc_objectmodel.cpp qmake/vcxproj generator: Handle C standard compiler flags 2021-08-26 18:32:44 +02:00
msvc_objectmodel.h qmake/vcxproj generator: Handle C standard compiler flags 2021-08-26 18:32:44 +02:00
msvc_vcproj.cpp qmake/vcxproj: Read C language standard from QMAKE_CFLAGS 2021-08-26 18:32:44 +02:00
msvc_vcproj.h Fix dependency resolution for extra compilers in VS projects 2020-01-07 07:16:59 +01:00
msvc_vcxproj.cpp Updated license headers 2016-01-21 18:55:18 +00:00
msvc_vcxproj.h qmake: Apply modernize-use-override 2018-08-08 17:30:23 +00:00
winmakefile.cpp Use QList instead of QVector in qmake 2020-09-05 07:07:44 +02:00
winmakefile.h Port qmake from QStringRef to QStringView 2020-06-05 09:07:14 +02:00