2012-04-18 20:30:57 +03:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
TARGET = Android
|
|
|
|
|
|
|
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
include(android_dependencies.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 \
|
|
|
|
|
androidplugin.h
|
|
|
|
|
|
|
|
|
|
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 \
|
|
|
|
|
androidplugin.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
androidsettingswidget.ui \
|
|
|
|
|
androidpackagecreationwidget.ui \
|
|
|
|
|
androiddeploystepwidget.ui \
|
|
|
|
|
addnewavddialog.ui \
|
|
|
|
|
androidcreatekeystorecertificate.ui
|
|
|
|
|
|
|
|
|
|
RESOURCES = android.qrc
|
|
|
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|
|
|
DEFINES += ANDROID_LIBRARY
|