CMake: Use Utils::CommandLine for server mode process

Change-Id: I53e62c753865be78cd11581e34c77a763748ab40
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-06-03 14:58:24 +02:00
parent 0b264a9c0d
commit 6c8f44d261
2 changed files with 13 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ private:
Utils::FilePath m_sourceDirectory;
Utils::FilePath m_buildDirectory;
Utils::FilePath m_cmakeExecutable;
Utils::CommandLine m_cmakeCommand;
QByteArray m_buffer;