forked from qt-creator/qt-creator
Android: Let user specify shell commands
Let user specify list of shell commands to run before app starts and after app quits. Change-Id: I9794fb96180530ca6c28ce6581fda51a25be28d4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -50,7 +50,8 @@ HEADERS += \
|
||||
androidtoolmanager.h \
|
||||
androidsdkmanager.h \
|
||||
androidavdmanager.h \
|
||||
androidrunconfigurationwidget.h
|
||||
androidrunconfigurationwidget.h \
|
||||
adbcommandswidget.h
|
||||
|
||||
SOURCES += \
|
||||
androidconfigurations.cpp \
|
||||
@@ -94,7 +95,8 @@ SOURCES += \
|
||||
androidtoolmanager.cpp \
|
||||
androidsdkmanager.cpp \
|
||||
androidavdmanager.cpp \
|
||||
androidrunconfigurationwidget.cpp
|
||||
androidrunconfigurationwidget.cpp \
|
||||
adbcommandswidget.cpp
|
||||
|
||||
FORMS += \
|
||||
androidsettingswidget.ui \
|
||||
@@ -103,7 +105,8 @@ FORMS += \
|
||||
androiddevicedialog.ui \
|
||||
androiddeployqtwidget.ui \
|
||||
androidbuildapkwidget.ui \
|
||||
androidrunconfigurationwidget.ui
|
||||
androidrunconfigurationwidget.ui \
|
||||
adbcommandswidget.ui
|
||||
|
||||
RESOURCES = android.qrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user