summaryrefslogtreecommitdiffstats
path: root/Source/cmServerDictionary.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-10-27 09:48:31 (GMT)
committerTobias Hunger <tobias.hunger@qt.io>2016-10-28 11:46:15 (GMT)
commit42ccbee11c1b3be12c5ebb9f69cb769d79d491ad (patch)
tree5ea61e368e6575b9ec5ef69be7dc7ac71f74d45f /Source/cmServerDictionary.h
parentd792491c405ce47bcd779f53fa0f9422bb3df494 (diff)
downloadCMake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.zip
CMake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.tar.gz
CMake-42ccbee11c1b3be12c5ebb9f69cb769d79d491ad.tar.bz2
server-mode: Handle generator toolset and platform in handshake
Diffstat (limited to 'Source/cmServerDictionary.h')
-rw-r--r--Source/cmServerDictionary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmServerDictionary.h b/Source/cmServerDictionary.h
index 2d64cbd..e6a7ae6 100644
--- a/Source/cmServerDictionary.h
+++ b/Source/cmServerDictionary.h
@@ -62,6 +62,7 @@ static const std::string kMESSAGE_KEY = "message";
static const std::string kMINOR_KEY = "minor";
static const std::string kNAME_KEY = "name";
static const std::string kPATH_KEY = "path";
+static const std::string kPLATFORM_KEY = "platform";
static const std::string kPROGRESS_CURRENT_KEY = "progressCurrent";
static const std::string kPROGRESS_MAXIMUM_KEY = "progressMaximum";
static const std::string kPROGRESS_MESSAGE_KEY = "progressMessage";
@@ -77,6 +78,7 @@ static const std::string kSUPPORTED_PROTOCOL_VERSIONS =
static const std::string kSYSROOT_KEY = "sysroot";
static const std::string kTARGETS_KEY = "targets";
static const std::string kTITLE_KEY = "title";
+static const std::string kTOOLSET_KEY = "toolset";
static const std::string kTRACE_EXPAND_KEY = "traceExpand";
static const std::string kTRACE_KEY = "trace";
static const std::string kTYPE_KEY = "type";