-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Labels
refactoringNon-behavioural changes, Code cleanupNon-behavioural changes, Code cleanuptoolingChanges to the automated build systemChanges to the automated build system
Milestone
Description
Describe the bug
Currently, the build generated files e.g. .moc
are scattered in the whole root directory. This is the case especially on manual builds.
#2588 tried to clean them up by moving them into a separate folder however it was not successful.
This is annoying as there are a lot of files.
Please note that if the files are moved, the .gitignore
file needs to be updated too.
To Reproduce
Run a build on e.g. Linux and see the files in the root.
Expected behavior
Have a clean root directory.
Questions/Comments
- Why is this a problem? I think overview is the main issue
- Cross compilation is more difficult
- Make clean removes them
Metadata
Metadata
Assignees
Labels
refactoringNon-behavioural changes, Code cleanupNon-behavioural changes, Code cleanuptoolingChanges to the automated build systemChanges to the automated build system
Type
Projects
Status
Done