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:
BogDan Vatra
2014-06-24 16:47:38 +02:00
committed by Daniel Teske
parent 8481c91fbf
commit 6a4c47b176
10 changed files with 274 additions and 16 deletions

View File

@@ -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 \