forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user