forked from qt-creator/qt-creator
AndroidDeployQtStep: Pack data
Change-Id: I044dd8a71ad2a3502ce3c96dcbce3c850a13e819 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -98,8 +98,7 @@ signals:
|
|||||||
void setSerialNumber(const QString &serialNumber);
|
void setSerialNumber(const QString &serialNumber);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
AndroidDeployQtStep(ProjectExplorer::BuildStepList *bc,
|
AndroidDeployQtStep(ProjectExplorer::BuildStepList *bc, AndroidDeployQtStep *other);
|
||||||
AndroidDeployQtStep *other);
|
|
||||||
void ctor();
|
void ctor();
|
||||||
void runCommand(const QString &program, const QStringList &arguments);
|
void runCommand(const QString &program, const QStringList &arguments);
|
||||||
|
|
||||||
@@ -132,16 +131,16 @@ private:
|
|||||||
QString m_targetArch;
|
QString m_targetArch;
|
||||||
bool m_uninstallPreviousPackage;
|
bool m_uninstallPreviousPackage;
|
||||||
bool m_uninstallPreviousPackageRun;
|
bool m_uninstallPreviousPackageRun;
|
||||||
static const Core::Id Id;
|
|
||||||
bool m_installOk;
|
bool m_installOk;
|
||||||
bool m_useAndroiddeployqt;
|
bool m_useAndroiddeployqt;
|
||||||
|
bool m_askForUinstall;
|
||||||
|
static const Core::Id Id;
|
||||||
QString m_androiddeployqtArgs;
|
QString m_androiddeployqtArgs;
|
||||||
QString m_adbPath;
|
QString m_adbPath;
|
||||||
QString m_command;
|
QString m_command;
|
||||||
QString m_workingDirectory;
|
QString m_workingDirectory;
|
||||||
Utils::Environment m_environment;
|
Utils::Environment m_environment;
|
||||||
Utils::QtcProcess *m_process;
|
Utils::QtcProcess *m_process;
|
||||||
bool m_askForUinstall;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user