Open Qt Creator.
In the top menu, go to Tools > Options (on Windows/Linux) or Qt Creator > Preferences (on macOS).
In the Options/Preferences window, go to the Kits tab under the Build & Run section.
You'll see a list of all available kits. These kits represent different Qt versions, compilers, and platforms.
To prevent Qt Creator from enabling all kits by default:
Uncheck the kits you don't want to use by default.
Leave checked only the ones you wish to work with.
When you create a new project:
After selecting the project template and proceeding with the setup, you’ll be asked to choose a kit.
Here, you can manually select the kit(s) you want to use for that project. It will show only the kits that are checked in the Kits tab.
After unchecking the unnecessary kits and selecting your desired kit(s) for a new project, click OK or Apply to save the settings.
If you want to use multiple kits but not all, you can configure specific kits for different platforms (e.g., one for desktop, one for mobile).
You can also edit project files later to switch kits if needed.