Fixes: Also do this for objective_sources, probably they need that to.

This commit is contained in:
dt
2009-02-05 12:01:01 +01:00
parent 2f24b3965f
commit fa4bab5075

View File

@@ -719,6 +719,7 @@ bool ProFileEvaluator::Private::visitProValue(ProValue *value)
// The following two blocks fix bug 180128 by making all "interesting" // The following two blocks fix bug 180128 by making all "interesting"
// file name absolute in each .pro file, not just the top most one // file name absolute in each .pro file, not just the top most one
if (varName == QLatin1String("SOURCES") if (varName == QLatin1String("SOURCES")
|| varName == QLatin1String("OBJECTIVE_SOURCES")
|| varName == QLatin1String("HEADERS") || varName == QLatin1String("HEADERS")
|| varName == QLatin1String("INTERFACES") || varName == QLatin1String("INTERFACES")
|| varName == QLatin1String("FORMS") || varName == QLatin1String("FORMS")