'How to undo Qt6 Build?

I'm trying to build Qt6 from Sources that i downloaded with Open Source Installer.

Starting from "C:\Qt\6.2.3\Src" folder I opened Command Prompt and entered:

configure.bat -static 

Configured successfully. then i builded with :

cmake --build . --parallel

Then it crashed for no enough space. but I cant find builded Sources to delete them. and undo building.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source