forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user