Maemo: Expand wildcards for deployment information.

Reviewed-by: kh1
This commit is contained in:
ck
2010-08-06 15:03:38 +02:00
parent 06ce535217
commit e7a8cad1ea
2 changed files with 6 additions and 9 deletions

View File

@@ -80,10 +80,8 @@ bool MaemoDeployableListModel::buildModel()
installs.targetPath));
}
foreach (const MaemoProFileWrapper::InstallsElem &elem, installs.normalElems) {
foreach (const QString &file, elem.files) {
m_deployables << MaemoDeployable(m_proFileWrapper->absFilePath(file),
elem.path);
}
foreach (const QString &file, elem.files)
m_deployables << MaemoDeployable(file, elem.path);
}
m_modified = true; // ???