Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
3.0.1
-
None
-
Visual Studio 2022 17.7.4, Windows 11 Pro 10.0.22621 Build 22621, Qt Visual Studio Tool 3.0.1
-
-
9405f4977 (dev)
Description
This is a regression of https://bugreports.qt.io/browse/QTVSADDINBUG-951
From what I can see module names for both QT5 and QT6 are being added to the project.
core;opengl;network;gui;widgets;qml;positioning;printsupport;webchannel;quick;webengine;webenginewidgets;webenginecore;webenginequick
Build started...
1>------ Build started: Project: simplebrowser, Configuration: Debug x64 ------
1>Reading Qt configuration (C:/Qt/6.2.6/msvc2019_64/bin/qmake)
1>simplebrowser.vcxproj : error : ERROR running qmake
1>simplebrowser.vcxproj : error : qmake: (C:/Qt/6.2.6/msvc2019_64/bin/qmake)
1>simplebrowser.vcxproj : error : qmake: $PWD=C:\Users\Noah\source\repos\simplebrowser\x64\Debug\qmake\temp
1>simplebrowser.vcxproj : error : qmake: Project ERROR: Unknown module(s) in QT: webengine
1>simplebrowser.vcxproj : error : qmake: Error creating .vcxproj file
1>simplebrowser.vcxproj : error :
1>Done building project "simplebrowser.vcxproj" – FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build started at 3:01 PM and took 02.647 seconds ==========
Attachments
Issue Links
- is duplicated by
-
QTVSADDINBUG-1130 Visual Studio Tools 3.0.1 is broken in Visual Studio 2022
- Closed