Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.3.1
-
None
Description
When using a .pro file with SUBDIRS and absolute paths, qmake generates wrong output directory on Windows.
TEMPLATE = subdirs
SUBDIRS += $$PWD/project01
SUBDIRS += $$PWD/project02
Makefile contains:
project01.pro -win32 -o project01\$(MAKEFILE)
=>/project01//project01/Makefile.Debug