Relative Content

Tag Archive for qtcmakevisual-studio-2022qmake

How to fix this debug error or properly configure QT and CMake project?

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

How to fix this debuh error or properly configure QT and Cmake project?

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