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:
Tobias Hunger
2016-01-08 14:43:10 +01:00
parent d144ea58e0
commit f539ff1fcf
3 changed files with 12 additions and 14 deletions

View File

@@ -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 &);