Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.4.0
-
None
Description
When using the subdirs template in a .pro file like the following:
TEMPLATE = subdirs
CONFIG += debug_and_release
SUBDIRS = folder1 folder2 dfolder3 .....
and then typing make release or make debug to build, there will be a / missing in the makefile rules resulting in make failing. The rule will end up being for example:
addressbook/$(MAKEFILE): missing a slash.
The problem seem to be present all on platform ( linux/mac os x and windows ) using G++. This problem does not happen in Qt 4.3.4.