Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 8.0.2
-
Ubuntu 20.04
Description
Description:
After changing CMakefile.txt a dialog is shown that cannot be closed.
Steps to reproduce:
Load CMake project
Switch off option to run CMake automatically in Preferences -> Kits -> CMake
Add new file or change / rename file / move file to other section in CMakeLists.txt
**Misbehaviour:**
- Build is triggered
- Dialog pops up "Run CMake with configuration changes"
I can either run it with or without changes, but it will run in any case
Expected behavior:
1. Build is not triggered
2. In case it is triggered offer option to abort build.
Workaround:
$ pkill -f qtcreator # (terminates all QT Creator processes)
Notes:
It is essential for development to be able to build externally because build scripts may define extra environment that needs special handling in QT Creator (or generally such a build script is only run outside QT Creator)