From fa4bab50759e36c6fbdb1baaf581bc2afacdf58d Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Thu, 5 Feb 2009 12:01:01 +0100 Subject: [PATCH] Fixes: Also do this for objective_sources, probably they need that to. --- src/shared/proparser/profileevaluator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/proparser/profileevaluator.cpp b/src/shared/proparser/profileevaluator.cpp index 28a30f2a03b..c54b75a1e2d 100644 --- a/src/shared/proparser/profileevaluator.cpp +++ b/src/shared/proparser/profileevaluator.cpp @@ -719,6 +719,7 @@ bool ProFileEvaluator::Private::visitProValue(ProValue *value) // The following two blocks fix bug 180128 by making all "interesting" // file name absolute in each .pro file, not just the top most one if (varName == QLatin1String("SOURCES") + || varName == QLatin1String("OBJECTIVE_SOURCES") || varName == QLatin1String("HEADERS") || varName == QLatin1String("INTERFACES") || varName == QLatin1String("FORMS") -- GitLab