forked from qt-creator/qt-creator
Maemo: Optionally remove packaging data on target removal.
Task-number: QTCREATORBUG-2996
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user