Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.3.0
-
None
-
dbc7ed82149d8915a32489a0d3a930d2793c6e65
Description
When passing a relative path as the output for qmake then it will place the output in the path relative to the pro file rather than the current directory. To reproduce this go to qtbase/examples/widgets/mainwindows and do:
qmake -o application/Makefile application/application.pro
The Makefile(s) should be in the application directory as per the output but they end up being in application/application instead.