I wanted to develop my app using QT and CMake in Visual Studio 2022. I installed everything and created QT Widgets App project. Firstly, I created project, used CMake build system for QT and set QT version to 6.7.0_msvc2019_64. While running I had troubles with some dlls – Qt6Cored, Qt6Guid and Qt6Widgets missing in .exe
‘s folder – so I copied them from Qt/6.7.0/msvc2019_64/bin
. Now I have error:
enter image description here
The file’s path even doesn’t exist on my computer – QT is installed in C:/Qt
, not in C:/Users
.
sergu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1