aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/configmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-01-18 16:53:01 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-01-19 16:05:11 +0000
commitdf6270180183891230d01eaecd08d6e065963fb6 (patch)
tree0a4a54fb4c24aeeb7f31181310597e8bbe446e61 /src/plugins/cmakeprojectmanager/configmodel.h
parent0f7d75ccf5b5a0c92b53e79c0574839da1d86345 (diff)
CMake: Mark configuration items that were taken from the CMakeCache.txt file
Change-Id: Id9e707d7b07d35ade44959955db61810e34f7b30 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/configmodel.h')
-rw-r--r--src/plugins/cmakeprojectmanager/configmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/configmodel.h b/src/plugins/cmakeprojectmanager/configmodel.h
index 5a1f97ef3e..3730ac380e 100644
--- a/src/plugins/cmakeprojectmanager/configmodel.h
+++ b/src/plugins/cmakeprojectmanager/configmodel.h
@@ -46,6 +46,7 @@ public:
QString key;
Type type = STRING;
bool isAdvanced = false;
+ bool inCMakeCache = false;
QString value;
QString description;
QStringList values;