forked from qt-creator/qt-creator
CMake: Document all arguments passed to cmake
Do not leave out -Csomething (set by the kit) or the generator used (set by the wizard). Change-Id: I41cfb935da2877deaa26ae84bfdd96948fa20763 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -60,8 +60,7 @@ public:
|
||||
|
||||
static void createXmlFile(Utils::QtcProcess *process, const QString &executable,
|
||||
const QString &arguments, const QString &sourceDirectory,
|
||||
const QDir &buildDirectory, const Utils::Environment &env,
|
||||
const QString &generator, const QString &preloadCache);
|
||||
const QDir &buildDirectory, const Utils::Environment &env);
|
||||
static bool preferNinja();
|
||||
static QString findCbpFile(const QDir &);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user