I'm trying to install Qt creator on Windows but it has so many available options that I really don't know which ones I need.

I only want to be able to create and debug both, command line and GUI applications, in C++. But there are all of these to choose from (and the only one that comes pre-selected is inside the "tools" sub-menu):

menu1.jpg

If I expand one of the Qt options then I have:

menu2.jpg

I'm sure I have to select MinGW somewhere (as that's the compiler I want). But I'm not sure if I should pick one inside the "Qt 5.11.1" sub-menu or one inside the "tools" sub-menu. Also, I'm not sure what to check to get the GDB debugger (which is the one I want). And I don't see anything related to Qt C++ to create GUI projects...