Maemo: Small deployment refactoring.

This commit is contained in:
Christian Kandeler
2010-11-26 09:56:05 +01:00
parent ed5f9bf0fe
commit 218978a74a
3 changed files with 6 additions and 5 deletions

View File

@@ -602,7 +602,7 @@ void MaemoPackageCreationStep::updateDesktopFiles(const QString &rulesFilePath)
for (int i = 0; i < deployStep()->deployables()->modelCount(); ++i) {
const MaemoDeployableListModel * const model
= deployStep()->deployables()->modelAt(i);
if (!model->isApplicationProject())
if (!model->hasDesktopFile())
continue;
const QString appName = model->applicationName();
if (maemoToolChain()->version() == MaemoToolChain::Maemo6) {