Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 3.1.1
-
Windows 7 64 bit
Description
- Create a new project configured with just one kit.
- Build it.
- Go to Projects mode, Build settings.
- Click the small arrow at the kit's tab and select an incompatible kit from the "Change Kit" submenu.
- Try to run the project.
It will crash right away because it's still built with the other kit. - Select "Build" -> "Rebuild all" from the menu.
- Try to run the project.
It runs.
What are the odds that a built project can still be run with a different kit? I think changing the kit should mark the project for a clean rebuild. Creator might also ask the user about it.