Maemo: Warn about problematic project name and try to work around it.

Reviewed-by: kh1
This commit is contained in:
ck
2010-08-06 12:57:01 +02:00
parent 9704844e47
commit 875b425da1
3 changed files with 32 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ bool MaemoTemplatesManager::createTemplatesIfNecessary(const ProjectExplorer::Ta
}
const QString command = QLatin1String("dh_make -s -n -p ")
+ project->displayName() + QLatin1Char('_')
+ MaemoPackageCreationStep::packageName(project) + QLatin1Char('_')
+ MaemoPackageCreationStep::DefaultVersionNumber;
dh_makeProc.start(MaemoPackageCreationStep::packagingCommand(tc, command));
if (!dh_makeProc.waitForStarted()) {