Hello, i'd been using Qt on Windows XP and decided to port my project to Ubuntu, using QtCreator.
There was very little work involved, but I did get a surprise that all the object files were being created in the same directory as the source files as well as the executable.

All of this despite the fact that if I right-clicked on the project icon and looked at the item "Define the compilation configuration" I had
"Debug" as I had in Windows.

I had expected the object and executable to be created in the Debug subdirectory.