Avoid Qt Creator to rebuild from scratch CMake project at opening
Unsolved
Qt Creator and other tools
-
Hello,
I use Qt Creator as my IDE for a C++ project, not related to Qt, at work. The project is described with CMake. Each time I launch Qt Creator, the first build after that launch rebuilds all the sources, while there is no reason. The following compilations only build the modified source files, which is expected. Because the project is relatively build (several minutes to build from scratch), this is anoying each morning when I start my work.
Is it a limitation of Qt Creator, or is there an option to enable/disable ? In the settings Build & Run/CMake, I already disable "Autorun CMake".