forked from qt-creator/qt-creator
Android: Implement device selection dialog
Change-Id: I1f4f3065a09837414429bbfc68110ada85ea174a Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -41,7 +41,8 @@ HEADERS += \
|
||||
androidmanifesteditorfactory.h \
|
||||
androidmanifesteditor.h \
|
||||
androidmanifesteditorwidget.h \
|
||||
androidmanifestdocument.h
|
||||
androidmanifestdocument.h \
|
||||
androiddevicedialog.h
|
||||
|
||||
SOURCES += \
|
||||
androidconfigurations.cpp \
|
||||
@@ -77,14 +78,16 @@ SOURCES += \
|
||||
androidmanifesteditorfactory.cpp \
|
||||
androidmanifesteditor.cpp \
|
||||
androidmanifesteditorwidget.cpp \
|
||||
androidmanifestdocument.cpp
|
||||
androidmanifestdocument.cpp \
|
||||
androiddevicedialog.cpp
|
||||
|
||||
FORMS += \
|
||||
androidsettingswidget.ui \
|
||||
androidpackagecreationwidget.ui \
|
||||
androiddeploystepwidget.ui \
|
||||
addnewavddialog.ui \
|
||||
androidcreatekeystorecertificate.ui
|
||||
androidcreatekeystorecertificate.ui \
|
||||
androiddevicedialog.ui
|
||||
|
||||
exists(../../shared/qbs/qbs.pro) {
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user