Add AndroidRunnable

Using the AndroidRunnable is easy for other plugins to run custom adb
commands before intent is started and after it's stopped.

Change-Id: I012ae87c92cea16aa8074dce2dc6f2b0c4ebeb30
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
BogDan Vatra
2016-01-29 14:05:00 +02:00
parent b5b328c331
commit 221b03a162
6 changed files with 91 additions and 23 deletions

View File

@@ -47,7 +47,8 @@ HEADERS += \
avddialog.h \
android_global.h \
androidbuildapkstep.h \
androidbuildapkwidget.h
androidbuildapkwidget.h \
androidrunnable.h
SOURCES += \
androidconfigurations.cpp \