From 0981a0af25e95fa05258f00b74e2f0cf16cd2a04 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 12 Jun 2019 14:47:41 +0200 Subject: [PATCH] CMake: Compile fix Amends d5383c92a8392b Change-Id: Ie0743ac01adbae7eff1d84979acaed68474bc760 Reviewed-by: Tobias Hunger --- src/plugins/cmakeprojectmanager/builddirmanager.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/plugins/cmakeprojectmanager/builddirmanager.h b/src/plugins/cmakeprojectmanager/builddirmanager.h index ff93e48743f..8c166fc0fdd 100644 --- a/src/plugins/cmakeprojectmanager/builddirmanager.h +++ b/src/plugins/cmakeprojectmanager/builddirmanager.h @@ -90,11 +90,12 @@ public: enum ReparseParameters { REPARSE_DEFAULT = 0, // use defaults REPARSE_URGENT = 1, // Do not wait for more requests, start ASAP - REPARSE_FORCE_CONFIGURATION = 2, // Force configuration arguments to cmake - REPARSE_CHECK_CONFIGURATION = 4, // Check and warn if on-disk config and QtC config differ - REPARSE_SCAN = 8, - REPARSE_IGNORE = 16, // Do not reparse:-) - REPARSE_FAIL = 32 // Do not reparse and raise a warning + REPARSE_FORCE_CMAKE_RUN = 2, // Force cmake to run + REPARSE_FORCE_CONFIGURATION = 4, // Force configuration arguments to cmake + REPARSE_CHECK_CONFIGURATION = 8, // Check and warn if on-disk config and QtC config differ + REPARSE_SCAN = 16, + REPARSE_IGNORE = 32, // Do not reparse:-) + REPARSE_FAIL = 64 // Do not reparse and raise a warning }; signals: