2012-04-18 20:30:57 +03:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
2012-04-24 12:35:34 +02:00
|
|
|
isEmpty(ANDROID_ENABLE):ANDROID_EXPERIMENTAL_STR="true"
|
|
|
|
|
else:ANDROID_EXPERIMENTAL_STR="false"
|
|
|
|
|
|
2012-04-18 20:30:57 +03:00
|
|
|
QT += xml network
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
androidconstants.h \
|
|
|
|
|
androidconfigurations.h \
|
2012-04-24 15:49:09 +02:00
|
|
|
androidmanager.h \
|
2012-04-18 20:30:57 +03:00
|
|
|
androidrunconfiguration.h \
|
|
|
|
|
androidruncontrol.h \
|
|
|
|
|
androidrunfactories.h \
|
|
|
|
|
androidsettingspage.h \
|
|
|
|
|
androidsettingswidget.h \
|
|
|
|
|
androidtoolchain.h \
|
|
|
|
|
androidpackageinstallationstep.h \
|
|
|
|
|
androidpackageinstallationfactory.h \
|
|
|
|
|
androidpackagecreationstep.h \
|
|
|
|
|
androidpackagecreationfactory.h \
|
|
|
|
|
androidpackagecreationwidget.h \
|
|
|
|
|
androiddeploystep.h \
|
|
|
|
|
androiddeploystepwidget.h \
|
|
|
|
|
androiddeploystepfactory.h \
|
|
|
|
|
androidglobal.h \
|
|
|
|
|
androidrunner.h \
|
|
|
|
|
androiddebugsupport.h \
|
|
|
|
|
androidqtversionfactory.h \
|
|
|
|
|
androidqtversion.h \
|
|
|
|
|
androiddeployconfiguration.h \
|
|
|
|
|
androidcreatekeystorecertificate.h \
|
|
|
|
|
javaparser.h \
|
2012-06-23 12:24:44 +03:00
|
|
|
androidplugin.h \
|
2012-07-03 16:57:44 +03:00
|
|
|
androiddevicefactory.h \
|
2013-01-25 16:49:22 +01:00
|
|
|
androiddevice.h \
|
2013-05-03 12:41:58 +02:00
|
|
|
androidgdbserverkitinformation.h \
|
|
|
|
|
androidanalyzesupport.h \
|
2013-05-08 17:52:01 +02:00
|
|
|
androidrunsupport.h \
|
|
|
|
|
androidmanifesteditorfactory.h \
|
|
|
|
|
androidmanifesteditor.h \
|
|
|
|
|
androidmanifesteditorwidget.h \
|
2013-08-08 19:15:23 +03:00
|
|
|
androidmanifestdocument.h \
|
|
|
|
|
androidqbspropertyprovider.h
|
2012-04-18 20:30:57 +03:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
androidconfigurations.cpp \
|
2012-04-24 15:49:09 +02:00
|
|
|
androidmanager.cpp \
|
2012-04-18 20:30:57 +03:00
|
|
|
androidrunconfiguration.cpp \
|
|
|
|
|
androidruncontrol.cpp \
|
|
|
|
|
androidrunfactories.cpp \
|
|
|
|
|
androidsettingspage.cpp \
|
|
|
|
|
androidsettingswidget.cpp \
|
|
|
|
|
androidtoolchain.cpp \
|
|
|
|
|
androidpackageinstallationstep.cpp \
|
|
|
|
|
androidpackageinstallationfactory.cpp \
|
|
|
|
|
androidpackagecreationstep.cpp \
|
|
|
|
|
androidpackagecreationfactory.cpp \
|
|
|
|
|
androidpackagecreationwidget.cpp \
|
|
|
|
|
androiddeploystep.cpp \
|
|
|
|
|
androiddeploystepwidget.cpp \
|
|
|
|
|
androiddeploystepfactory.cpp \
|
|
|
|
|
androidrunner.cpp \
|
|
|
|
|
androiddebugsupport.cpp \
|
|
|
|
|
androidqtversionfactory.cpp \
|
|
|
|
|
androidqtversion.cpp \
|
|
|
|
|
androiddeployconfiguration.cpp \
|
|
|
|
|
androidcreatekeystorecertificate.cpp \
|
|
|
|
|
javaparser.cpp \
|
2012-06-23 12:24:44 +03:00
|
|
|
androidplugin.cpp \
|
2012-07-03 16:57:44 +03:00
|
|
|
androiddevicefactory.cpp \
|
2013-01-25 16:49:22 +01:00
|
|
|
androiddevice.cpp \
|
2013-05-03 12:41:58 +02:00
|
|
|
androidgdbserverkitinformation.cpp \
|
|
|
|
|
androidanalyzesupport.cpp \
|
2013-05-08 17:52:01 +02:00
|
|
|
androidrunsupport.cpp \
|
|
|
|
|
androidmanifesteditorfactory.cpp \
|
|
|
|
|
androidmanifesteditor.cpp \
|
|
|
|
|
androidmanifesteditorwidget.cpp \
|
2013-08-08 19:15:23 +03:00
|
|
|
androidmanifestdocument.cpp \
|
|
|
|
|
androidqbspropertyprovider.cpp
|
2012-04-18 20:30:57 +03:00
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
androidsettingswidget.ui \
|
|
|
|
|
androidpackagecreationwidget.ui \
|
|
|
|
|
androiddeploystepwidget.ui \
|
|
|
|
|
addnewavddialog.ui \
|
|
|
|
|
androidcreatekeystorecertificate.ui
|
|
|
|
|
|
|
|
|
|
RESOURCES = android.qrc
|
|
|
|
|
DEFINES += ANDROID_LIBRARY
|