CMake: Fix pipe name on windows

Fix the name of the pipe used to talk to cmake-server on windows. The name needs
to follow a very specific pattern there.

Change-Id: I2789be43b374d008e2bf784563ab362efd891e59
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Tobias Hunger
2016-10-31 15:33:32 +01:00
parent c56f3f235b
commit 80a58ba1cb
2 changed files with 13 additions and 6 deletions

View File

@@ -104,6 +104,7 @@ private:
const QString m_extraGenerator;
const QString m_platform;
const QString m_toolset;
QString m_socketName;
const bool m_useExperimental;
bool m_gotHello = false;
bool m_isConnected = false;