forked from qt-creator/qt-creator
Fixes: Also do this for objective_sources, probably they need that to.
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user