diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp index d924b391a7b..570f3216e3c 100644 --- a/qmake/generators/makefile.cpp +++ b/qmake/generators/makefile.cpp @@ -234,7 +234,7 @@ MakefileGenerator::initOutPaths() pathRef += Option::dir_sep; } - if(noIO()) + if (noIO() || (project->first("TEMPLATE") == "subdirs")) continue; QString path = project->first(dkey).toQString(); //not to be changed any further