Configure kit in QTCreator
-
Goodmorning, I just started using QT.
I have installed everything on my system, and everything seems to work fine, if I try the examples they are compiled and executed correctly.
The only problem is that among the kits, the icon of the "Desktop QT 5.10.1 MSVC2017 64bit" show a warning (yellow triangle), see attached. I also attach other screenshots that show my configuration.
I wanted to ask what that warning is and how to properly configure QT Creator.
Thanks in advance, FM.
-
SOLVED! thank you so much.
-
hi @federico.massimi
the warning is most likly about the missing Debugger for the kit.you can edit/configure your kit, and therefore add the path to the debugger by selecting tools and than options in qtCreator and than "build & run"
-
@federico.massimi Debugger is missing. When using MSVC you need to install Debugging Tools For Windows, see http://doc.qt.io/qtcreator/creator-debugger-engines.html
-
SOLVED! thank you so much.