forked from qt-creator/qt-creator
Use androiddeployqt to install the package when using Qt >= 5.4
On Qt < 5.4 androiddeployqt can't be used to only install the package (and qt libs if the debug deployment was chose). Change-Id: Ia7939e7988163ec04bdc7a927fd3a89e4d824782 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#ifndef ANDROIDDEPLOYQTSTEP_H
|
||||
#define ANDROIDDEPLOYQTSTEP_H
|
||||
|
||||
#include "androidbuildapkstep.h"
|
||||
#include "androidconfigurations.h"
|
||||
|
||||
#include <projectexplorer/abstractprocessstep.h>
|
||||
@@ -108,6 +109,9 @@ private:
|
||||
bool m_uninstallPreviousPackageRun;
|
||||
static const Core::Id Id;
|
||||
bool m_installOk;
|
||||
bool m_useAndroiddeployqt;
|
||||
AndroidBuildApkStep::AndroidDeployAction m_deployAction;
|
||||
QString m_androiddeployqtArgs;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user