forked from qt-creator/qt-creator
qmake: Unify TargetInformation and TargetParserInformation again
Change-Id: I00fc6e99e55684e67e5240c539002b13f4541286 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
d69ebea479
commit
8f0697e33d
@@ -230,7 +230,7 @@ FileName IosRunConfiguration::bundleDirectory() const
|
||||
if (node) {
|
||||
TargetInformation ti = node->targetInformation();
|
||||
if (ti.valid)
|
||||
res = FileName::fromString(ti.buildDir);
|
||||
res = ti.buildDir;
|
||||
}
|
||||
if (res.isEmpty())
|
||||
res = bc->buildDirectory();
|
||||
|
||||
Reference in New Issue
Block a user