forked from qt-creator/qt-creator
AndroidRunConfigurations: Split up into general and qmake specific parts
The plan is to eventually move the qmake specific class into the qmake plugin. Change-Id: I5653c45ed88b1be296f4963ab4117bbfa791fb85 Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -53,7 +53,9 @@ HEADERS += \
|
||||
javafilewizard.h \
|
||||
avddialog.h \
|
||||
android_global.h \
|
||||
qmakeandroidsupport.h
|
||||
qmakeandroidsupport.h \
|
||||
qmakeandroidrunfactories.h \
|
||||
qmakeandroidrunconfiguration.h
|
||||
|
||||
SOURCES += \
|
||||
androidconfigurations.cpp \
|
||||
@@ -99,7 +101,9 @@ SOURCES += \
|
||||
javacompletionassistprovider.cpp \
|
||||
javafilewizard.cpp \
|
||||
avddialog.cpp \
|
||||
qmakeandroidsupport.cpp
|
||||
qmakeandroidsupport.cpp \
|
||||
qmakeandroidrunfactories.cpp \
|
||||
qmakeandroidrunconfiguration.cpp
|
||||
|
||||
FORMS += \
|
||||
androidsettingswidget.ui \
|
||||
|
||||
Reference in New Issue
Block a user