Maemo: Optionally remove packaging data on target removal.

Task-number: QTCREATORBUG-2996
This commit is contained in:
Christian Kandeler
2011-01-11 16:54:56 +01:00
parent e79f6031da
commit fc31b812c9
3 changed files with 30 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ MaemoGlobal::MaemoVersion MaemoGlobal::version(const QtVersion *qtVersion)
bool MaemoGlobal::removeRecursively(const QString &filePath, QString &error)
{
error.clear();
QFileInfo fileInfo(filePath);
if (!fileInfo.exists())
return true;