summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmake/project.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index cb4117bef4..df4076bd3c 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -1385,8 +1385,7 @@ QMakeProject::read(uchar cmd)
if(cmd & ReadFeatures) {
debug_msg(1, "Processing default_pre: %s", vars["CONFIG"].join("::").toLatin1().constData());
- if(doProjectInclude("default_pre", IncludeFlagFeature, base_vars) == IncludeNoExist)
- doProjectInclude("default", IncludeFlagFeature, base_vars);
+ doProjectInclude("default_pre", IncludeFlagFeature, base_vars);
}
}