forked from qt-creator/qt-creator
Android: Enable setting environment variables for android apps
Change-Id: Id4625f081d6997dcabad9b01fb09d6c9c6ef7477 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -38,9 +38,8 @@ using namespace ProjectExplorer;
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
AndroidRunSupport::AndroidRunSupport(RunControl *runControl, const QString &intentName,
|
||||
const Utils::Environment &extraEnvVars)
|
||||
: AndroidRunner(runControl, intentName, extraEnvVars)
|
||||
AndroidRunSupport::AndroidRunSupport(RunControl *runControl, const QString &intentName)
|
||||
: AndroidRunner(runControl, intentName)
|
||||
{
|
||||
runControl->setIcon(Utils::Icons::RUN_SMALL_TOOLBAR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user