summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/makefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index d924b391a7..570f3216e3 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