Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
5.15.6
Description
Hello,
While trying to create Visual Studio 2022 projects via Qmake, there are following messages coming:
WARNING: /MP option is not supported in Visual C++ < 2005, ignoring.
WARNING: Generator: MSVC.NET: Unknown version (0) of MSVC detected for .vcproj
Afterwards the solution can be opened by VS2022, but the following must be always done manually:
- Retarget solution for the most recent build toolset (i.e. v143)
- Set /MP option for every project
For VS2017 everything works fine, so it rather looks like a regression.
Attachments
Issue Links
- clones
-
QTBUG-45100 Support visual studio 2015 in Qt 4.8.7
-
- Closed
-
- duplicates
-
QTBUG-97975 Ensure qmake and its vcxproj generator works with VS 2022
-
- Closed
-