Android: Use Util::FilePath for working directory in deploy step

Change-Id: I37e716f267cbcc39bc0bddc8b37e84613e048721
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2019-06-05 10:47:30 +02:00
parent 0439eea6bc
commit 8e7138f06a
2 changed files with 20 additions and 20 deletions

View File

@@ -118,9 +118,9 @@ private:
bool m_askForUninstall = false;
static const Core::Id Id;
Utils::CommandLine m_androiddeployqtArgs;
QString m_adbPath;
QString m_command;
QString m_workingDirectory;
Utils::FilePath m_adbPath;
Utils::FilePath m_command;
Utils::FilePath m_workingDirectory;
Utils::Environment m_environment;
Utils::QtcProcess *m_process = nullptr;
AndroidDeviceInfo m_deviceInfo;