Add keyword msvc-2022 to testlib blacklisting

Pick-to: 6.2 6.3 6.4
Change-Id: I04942dc9474fd2abfc341a1dd6434f7c78b6b5bd
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Oliver Wolff 2022-08-03 09:19:34 +02:00
parent 373285857f
commit 9a5ac4bcb3
1 changed files with 3 additions and 1 deletions

View File

@ -149,8 +149,10 @@ static QSet<QByteArray> keywords()
<< "msvc-2015"
# elif _MSC_VER <= 1916
<< "msvc-2017"
# else
# elif _MSC_VER <= 1929
<< "msvc-2019"
# else
<< "msvc-2022"
# endif
#endif