CMakePM: Add ability to stop CMake run in Settings

Previously the only way to stop the CMake run was to click on "x"
button of the "Configure" progress bar.

Now you can click in Settings on "Stop CMake".

Change-Id: I167b86ba62679f197c194148b122ff0c87e87162
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Cristian Adam
2021-12-22 15:18:00 +01:00
parent d17d8ab50f
commit dfacdbefa8
8 changed files with 42 additions and 14 deletions

View File

@@ -77,6 +77,7 @@ public:
void runCMake();
void runCMakeAndScanProjectTree();
void runCMakeWithExtraArguments();
void stopCMakeRun();
bool persistCMakeState();
void clearCMakeCache();