CMake: Use Utils::FilePath in fileapi parser and reader

It still relies on local host execution in some places.

Change-Id: I36adfeb93ea26b285bbf6da2aee7e0fac64a7d94
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2021-06-08 14:42:59 +02:00
parent 18a9df8b4a
commit d254cf5845
4 changed files with 63 additions and 54 deletions

View File

@@ -86,7 +86,7 @@ signals:
private:
void startState();
void endState(const QFileInfo &replyFi);
void endState(const Utils::FilePath &replyFilePath);
void startCMakeState(const QStringList &configurationArguments);
void cmakeFinishedState();