When I create Qt applications on Ubuntu, it places the output files in the main folder of the solution, and not the release / debug folder, as in Windows.
This is problematic because sometimes the output files must be executed as part of the build process (for example, to run unit tests).
I have an idea that this has something to do with qmake.conf files, but I'm not sure what to do with it.
So my questions are:
- Why does this difference exist (can it be just me?)
- How should I make sure my applications are built correctly on Windows and Ubuntu?
linux qt ubuntu
Cisco IPPhone
source share