forked from qt-creator/qt-creator
CMake: Use generator arguments, not generator
Generator is only part of the picture now that the extraGenerator is separate. Use CMakeGeneratorKitInformation::generatorArguments instead, that is always the complete thing. Change-Id: Ifb6238397e70b36e2dc1b145d3dfad1afa2caa3f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -104,7 +104,7 @@ private:
|
||||
void cleanUpProcess();
|
||||
void extractData();
|
||||
|
||||
void startCMake(CMakeTool *tool, const QString &generator, const CMakeConfig &config);
|
||||
void startCMake(CMakeTool *tool, const QStringList &generatorArgs, const CMakeConfig &config);
|
||||
|
||||
void cmakeFinished(int code, QProcess::ExitStatus status);
|
||||
void processCMakeOutput();
|
||||
|
||||
Reference in New Issue
Block a user