ClangPchManager: Introduce PchTasksMerger

So far no merging is happening but we will add it after the rest of the
pipeline is in shape.

Task-number: QTCREATORBUG-21381
Change-Id: I610c243eabcb305843ad6339fdc636b0c3966fc1
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-12-03 17:44:38 +01:00
parent 24ecd7fe6a
commit 96eb407266
16 changed files with 355 additions and 43 deletions

View File

@@ -27,7 +27,7 @@
#include <utils/smallstring.h>
#include <QDir>
#include <utils/temporarydirectory.h>
inline
bool operator==(const QString &first, const char *second)
@@ -40,6 +40,6 @@ namespace UnitTest {
inline
Utils::PathString temporaryDirPath()
{
return Utils::PathString::fromQString(QDir::tempPath());
return Utils::PathString::fromQString(Utils::TemporaryDirectory::masterDirectoryPath());
}
} // namespace UnitTest