CMake: Handle deletion of builddir better

Change-Id: Ifeb35b14aba05c0e23a027b71f185ba20eed3e55
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-02-15 10:48:46 +01:00
parent 4a1a29d9c5
commit 6c382e134b
2 changed files with 14 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
#include <QFutureInterface>
#include <QObject>
#include <QSet>
#include <QTimer>
QT_FORWARD_DECLARE_CLASS(QTemporaryDir);
QT_FORWARD_DECLARE_CLASS(QFileSystemWatcher);
@@ -117,6 +118,8 @@ private:
// For error reporting:
ProjectExplorer::IOutputParser *m_parser = nullptr;
QFutureInterface<void> *m_future = nullptr;
QTimer m_reparseTimer;
};
} // namespace Internal