QLibraryInfo: Add MSVC 2022
Change-Id: Ie66effde6832152ee2903c467269a2822ded6653 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> (cherry picked from commit 11476e5403c0f0ed997f0ecc9e5a82501441a667) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
bc904c8524
commit
aa23eb493c
@ -293,8 +293,10 @@ QLibraryInfo::QLibraryInfo()
|
||||
# define COMPILER_STRING "MSVC 2015"
|
||||
# elif _MSC_VER < 1917
|
||||
# define COMPILER_STRING "MSVC 2017"
|
||||
# elif _MSC_VER < 2000
|
||||
# elif _MSC_VER < 1930
|
||||
# define COMPILER_STRING "MSVC 2019"
|
||||
# elif _MSC_VER < 2000
|
||||
# define COMPILER_STRING "MSVC 2022"
|
||||
# else
|
||||
# define COMPILER_STRING "MSVC _MSC_VER " QT_STRINGIFY(_MSC_VER)
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user