Suitable kit Issue
-
Hi there.
I have installed QT-6.10 with MSVC 2022 (visual studio 2022) as a part of toolchain guideline for the development of QGroundControl application (https://docs.qgroundcontrol.com/master/en/qgc-dev-guide/getting_started/)
Now that I want to configure project in the welcome screen just to test, I cannot find any suitable kits. The supported platforms according to the link (https://doc.qt.io/qt-6/supported-platforms.html) for QT-6.10 is MSVC 2022 which I have already installed.
I have installed QT using online installer. Using custom installation and selecting QT-6.10 and MSVC 2022 64 bit under the drop down.


Attaching screenshot.
Platform is Win11. -
I have installed x86/64 version of MSVC. But I don't know why it is greyed out here.
Take care of these things. You need to go to the Kits sections and modify the compiler and CMake sections.
Afterwards you'll have a working kit.
-
Hi there.
I have installed QT-6.10 with MSVC 2022 (visual studio 2022) as a part of toolchain guideline for the development of QGroundControl application (https://docs.qgroundcontrol.com/master/en/qgc-dev-guide/getting_started/)
Now that I want to configure project in the welcome screen just to test, I cannot find any suitable kits. The supported platforms according to the link (https://doc.qt.io/qt-6/supported-platforms.html) for QT-6.10 is MSVC 2022 which I have already installed.
I have installed QT using online installer. Using custom installation and selecting QT-6.10 and MSVC 2022 64 bit under the drop down.


Attaching screenshot.
Platform is Win11.@NapDynamite Make sure you have the
x86_64version of the MSVC Compiler installed.Also, make sure you have CMake installed.
-
I have installed x86/64 version of MSVC. But I don't know why it is greyed out here.
-
I have installed x86/64 version of MSVC. But I don't know why it is greyed out here.
Take care of these things. You need to go to the Kits sections and modify the compiler and CMake sections.
Afterwards you'll have a working kit.
-
N NapDynamite has marked this topic as solved
-
Thanks @cristian-adam
