forked from qt-creator/qt-creator
Change-Id: Icf32ea00ba039a517dae78435efc86aae992e05a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
103 lines
2.7 KiB
Prolog
103 lines
2.7 KiB
Prolog
include(../../qtcreatorplugin.pri)
|
|
|
|
isEmpty(ANDROID_ENABLE):ANDROID_EXPERIMENTAL_STR="true"
|
|
else:ANDROID_EXPERIMENTAL_STR="false"
|
|
|
|
QT += xml network
|
|
|
|
HEADERS += \
|
|
androidqtsupport.h \
|
|
androidconstants.h \
|
|
androidconfigurations.h \
|
|
androidmanager.h \
|
|
androidrunconfiguration.h \
|
|
androidruncontrol.h \
|
|
androidrunfactories.h \
|
|
androidsettingspage.h \
|
|
androidsettingswidget.h \
|
|
androidtoolchain.h \
|
|
androiderrormessage.h \
|
|
androidglobal.h \
|
|
androidrunner.h \
|
|
androiddebugsupport.h \
|
|
androidqtversionfactory.h \
|
|
androidqtversion.h \
|
|
androiddeployconfiguration.h \
|
|
androidcreatekeystorecertificate.h \
|
|
javaparser.h \
|
|
androidplugin.h \
|
|
androiddevicefactory.h \
|
|
androiddevice.h \
|
|
androidgdbserverkitinformation.h \
|
|
androidanalyzesupport.h \
|
|
androidmanifesteditorfactory.h \
|
|
androidmanifesteditor.h \
|
|
androidmanifesteditorwidget.h \
|
|
androidmanifestdocument.h \
|
|
androiddevicedialog.h \
|
|
androiddeployqtstep.h \
|
|
certificatesmodel.h \
|
|
androiddeployqtwidget.h \
|
|
androidpotentialkit.h \
|
|
androidsignaloperation.h \
|
|
javaeditor.h \
|
|
javaindenter.h \
|
|
javacompletionassistprovider.h \
|
|
avddialog.h \
|
|
android_global.h \
|
|
androidbuildapkstep.h \
|
|
androidbuildapkwidget.h \
|
|
androidrunnable.h
|
|
|
|
SOURCES += \
|
|
androidconfigurations.cpp \
|
|
androidmanager.cpp \
|
|
androidrunconfiguration.cpp \
|
|
androidruncontrol.cpp \
|
|
androidrunfactories.cpp \
|
|
androidsettingspage.cpp \
|
|
androidsettingswidget.cpp \
|
|
androidtoolchain.cpp \
|
|
androiderrormessage.cpp \
|
|
androidrunner.cpp \
|
|
androiddebugsupport.cpp \
|
|
androidqtversionfactory.cpp \
|
|
androidqtversion.cpp \
|
|
androiddeployconfiguration.cpp \
|
|
androidcreatekeystorecertificate.cpp \
|
|
javaparser.cpp \
|
|
androidplugin.cpp \
|
|
androiddevicefactory.cpp \
|
|
androiddevice.cpp \
|
|
androidgdbserverkitinformation.cpp \
|
|
androidanalyzesupport.cpp \
|
|
androidmanifesteditorfactory.cpp \
|
|
androidmanifesteditor.cpp \
|
|
androidmanifesteditorwidget.cpp \
|
|
androidmanifestdocument.cpp \
|
|
androiddevicedialog.cpp \
|
|
androiddeployqtstep.cpp \
|
|
certificatesmodel.cpp \
|
|
androiddeployqtwidget.cpp \
|
|
androidpotentialkit.cpp \
|
|
androidsignaloperation.cpp \
|
|
javaeditor.cpp \
|
|
javaindenter.cpp \
|
|
javacompletionassistprovider.cpp \
|
|
avddialog.cpp \
|
|
androidbuildapkstep.cpp \
|
|
androidbuildapkwidget.cpp \
|
|
androidqtsupport.cpp
|
|
|
|
FORMS += \
|
|
androidsettingswidget.ui \
|
|
addnewavddialog.ui \
|
|
androidcreatekeystorecertificate.ui \
|
|
androiddevicedialog.ui \
|
|
androiddeployqtwidget.ui \
|
|
androidbuildapkwidget.ui
|
|
|
|
RESOURCES = android.qrc
|
|
|
|
DEFINES += ANDROID_LIBRARY
|