CMake: add preload cache cmake script file per kit

Change-Id: I51c33610f2eb300ef5de2e565c567d799eddc9cf
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tom Deblauwe
2015-10-26 12:07:44 +01:00
parent 6d4135d8f0
commit f6fcfb4c9a
11 changed files with 341 additions and 9 deletions

View File

@@ -64,7 +64,8 @@ public:
const QString &sourceDirectory,
const QDir &buildDirectory,
const Utils::Environment &env,
const QString &generator);
const QString &generator,
const QString &preloadCache);
bool preferNinja() const;
static QString findCbpFile(const QDir &);