forked from qt-creator/qt-creator
AndroidDebugSupport: Split up into general and qmake specific part
Introudce AndroidQtSupport. The derived class will eventually move to the qmakeprojectmanager plugin. Change-Id: I3fdc98259644fe718eb15aa9bd11d92dc0cdb1af Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
committed by
Daniel Teske
parent
8481c91fbf
commit
6a4c47b176
@@ -6,6 +6,7 @@ else:ANDROID_EXPERIMENTAL_STR="false"
|
||||
QT += xml network
|
||||
|
||||
HEADERS += \
|
||||
androidqtsupport.h \
|
||||
androidconstants.h \
|
||||
androidconfigurations.h \
|
||||
androidmanager.h \
|
||||
@@ -50,7 +51,9 @@ HEADERS += \
|
||||
javaautocompleter.h \
|
||||
javacompletionassistprovider.h \
|
||||
javafilewizard.h \
|
||||
avddialog.h
|
||||
avddialog.h \
|
||||
android_global.h \
|
||||
qmakeandroidsupport.h
|
||||
|
||||
SOURCES += \
|
||||
androidconfigurations.cpp \
|
||||
@@ -95,7 +98,8 @@ SOURCES += \
|
||||
javaautocompleter.cpp \
|
||||
javacompletionassistprovider.cpp \
|
||||
javafilewizard.cpp \
|
||||
avddialog.cpp
|
||||
avddialog.cpp \
|
||||
qmakeandroidsupport.cpp
|
||||
|
||||
FORMS += \
|
||||
androidsettingswidget.ui \
|
||||
|
||||
Reference in New Issue
Block a user