forked from qt-creator/qt-creator
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:
@@ -47,7 +47,8 @@ HEADERS += \
|
||||
avddialog.h \
|
||||
android_global.h \
|
||||
androidbuildapkstep.h \
|
||||
androidbuildapkwidget.h
|
||||
androidbuildapkwidget.h \
|
||||
androidrunnable.h
|
||||
|
||||
SOURCES += \
|
||||
androidconfigurations.cpp \
|
||||
|
||||
Reference in New Issue
Block a user