Find created sis files, even if DESTDIR is set.

Symbian mkspec puts the package file into the build directory,
not the destination directory.
This commit is contained in:
con
2010-05-07 10:41:34 +02:00
parent 2e0b19c078
commit 7d88da6a32
3 changed files with 10 additions and 6 deletions

View File

@@ -1428,7 +1428,8 @@ TargetInformation Qt4ProFileNode::targetInformation(ProFileReader *reader) const
if (!reader)
return result;
const QString baseDir = buildDir();
result.buildDir = buildDir();
const QString baseDir = result.buildDir;
// qDebug() << "base build dir is:"<<baseDir;
// Working Directory