Maemo: Remove file system watcher before removing files.

This commit is contained in:
Christian Kandeler
2011-05-06 18:34:28 +02:00
parent fef336bcea
commit d984967797

View File

@@ -313,6 +313,7 @@ void AbstractQt4MaemoTarget::handleTargetToBeRemoved(ProjectExplorer::Target *ta
vcs->vcsDelete(filePath);
}
}
delete m_filesWatcher;
removeTarget();
QString error;
const QString packagingPath = project()->projectDirectory()