summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-02-05 12:01:01 +0100
committerdt <qtc-committer@nokia.com>2009-02-05 12:01:01 +0100
commitfa4bab50759e36c6fbdb1baaf581bc2afacdf58d (patch)
tree5e7f2f1913fcaecbfc48944026d49e26aa0cbc63
parent2f24b3965f5808644364c937765f823b34a46828 (diff)
downloadqt-creator-fa4bab50759e36c6fbdb1baaf581bc2afacdf58d.tar.gz
Fixes: Also do this for objective_sources, probably they need that to.
-rw-r--r--src/shared/proparser/profileevaluator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/profileevaluator.cpp b/src/shared/proparser/profileevaluator.cpp
index 28a30f2a03..c54b75a1e2 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")