When I build Qt applications on Ubuntu it puts the output files in the main solution folder as opposed to release/debug folders as it does on Windows.
This is problematic because sometimes the output files need to be run as part of the build process (for example to run unit tests).
I have an idea this has something to do with the qmake.conf files but I'm unsure what to do about it.
So my questions are:
- Why does this difference exist (could it just be me?)
- How should I go about making sure my applications will build correctly on both Windows and Ubuntu?