forked from qt-creator/qt-creator
Android: Refactor Android SDK packages
Introduce a hierarchy for Android SDK packages and refactor the code accordingly. This is ground work for sdk management and automatic android setup Task-number: QTCREATORBUG-18978 Change-Id: Idef545e3b3a8e33e920be52b26094fb8046afcd3 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -50,7 +50,8 @@ HEADERS += \
|
||||
androidsdkmanager.h \
|
||||
androidavdmanager.h \
|
||||
androidrunconfigurationwidget.h \
|
||||
adbcommandswidget.h
|
||||
adbcommandswidget.h \
|
||||
androidsdkpackage.h
|
||||
|
||||
SOURCES += \
|
||||
androidconfigurations.cpp \
|
||||
@@ -94,7 +95,8 @@ SOURCES += \
|
||||
androidsdkmanager.cpp \
|
||||
androidavdmanager.cpp \
|
||||
androidrunconfigurationwidget.cpp \
|
||||
adbcommandswidget.cpp
|
||||
adbcommandswidget.cpp \
|
||||
androidsdkpackage.cpp
|
||||
|
||||
FORMS += \
|
||||
androidsettingswidget.ui \
|
||||
|
||||
Reference in New Issue
Block a user