bibi
bibi

Reputation: 3765

Qt creator 4.1 and cmake

Whenever I change a CMakeLists.txt in my project, Qt Creator keeps re-running cmake.

In previous version to re-run cmake you had to go on the "Project" tab and ask for it by.

Is there a way to revert to the old behaviour and manually relaunch cmake?

Upvotes: 0

Views: 57

Answers (1)

E4z9
E4z9

Reputation: 1767

Uncheck

Tools > Options > Build & Run > CMake > Autorun CMake

for the CMake executable that you use.

Upvotes: 1

Related Questions