Configure Qt with Cmake to run in vscode
Unsolved
Installation and Deployment
-
wrote on 1 Mar 2024, 04:03 last edited by
To try to run the Qt Application in Visual Studio code. I set Cmake to run but I had a problem with finding Qt packages in CMakeLists.txt. Particularly, it's like below:
[cmake] Found package configuration file:
[cmake]
[cmake] C:/Qt/6.3.1/msvc2019_64/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake
[cmake]
[cmake] but it set Qt6Widgets_FOUND to FALSE so package "Qt6Widgets" is considered
[cmake] to be NOT FOUND.Please help me. Thanks a lot!!
1/1