2012-04-25 11:57:06 +02:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
|
|
|
|
import "../QtcPlugin.qbs" as QtcPlugin
|
|
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Android"
|
|
|
|
|
|
|
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "Qt4ProjectManager" }
|
|
|
|
|
Depends { name: "Debugger" }
|
|
|
|
|
Depends { name: "QtSupport" }
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
|
2012-04-25 11:57:06 +02:00
|
|
|
|
|
|
|
|
property bool enable: false
|
|
|
|
|
property var pluginspecreplacements: ({"ANDROID_EXPERIMENTAL_STR": (enable ? "false": "true")})
|
|
|
|
|
|
|
|
|
|
cpp.includePaths: [
|
|
|
|
|
"..",
|
|
|
|
|
buildDirectory,
|
|
|
|
|
"../../libs",
|
|
|
|
|
"../../shared"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"addnewavddialog.ui",
|
|
|
|
|
"androidconfigurations.cpp",
|
|
|
|
|
"androidconfigurations.h",
|
|
|
|
|
"androidconstants.h",
|
|
|
|
|
"androidcreatekeystorecertificate.cpp",
|
|
|
|
|
"androidcreatekeystorecertificate.h",
|
|
|
|
|
"androidcreatekeystorecertificate.ui",
|
|
|
|
|
"androiddebugsupport.cpp",
|
|
|
|
|
"androiddebugsupport.h",
|
|
|
|
|
"androiddeployconfiguration.cpp",
|
|
|
|
|
"androiddeployconfiguration.h",
|
|
|
|
|
"androiddeploystep.cpp",
|
|
|
|
|
"androiddeploystepfactory.cpp",
|
|
|
|
|
"androiddeploystepfactory.h",
|
|
|
|
|
"androiddeploystep.h",
|
|
|
|
|
"androiddeploystepwidget.cpp",
|
|
|
|
|
"androiddeploystepwidget.h",
|
|
|
|
|
"androiddeploystepwidget.ui",
|
2012-06-23 23:22:33 +03:00
|
|
|
"androiddevicefactory.cpp",
|
|
|
|
|
"androiddevicefactory.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidglobal.h",
|
2012-04-24 15:49:09 +02:00
|
|
|
"androidmanager.h",
|
|
|
|
|
"androidmanager.cpp",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidpackagecreationfactory.cpp",
|
|
|
|
|
"androidpackagecreationfactory.h",
|
|
|
|
|
"androidpackagecreationstep.cpp",
|
|
|
|
|
"androidpackagecreationstep.h",
|
|
|
|
|
"androidpackagecreationwidget.cpp",
|
|
|
|
|
"androidpackagecreationwidget.h",
|
|
|
|
|
"androidpackagecreationwidget.ui",
|
|
|
|
|
"androidpackageinstallationfactory.cpp",
|
|
|
|
|
"androidpackageinstallationfactory.h",
|
|
|
|
|
"androidpackageinstallationstep.cpp",
|
|
|
|
|
"androidpackageinstallationstep.h",
|
|
|
|
|
"androidplugin.cpp",
|
|
|
|
|
"androidplugin.h",
|
|
|
|
|
"android.qrc",
|
|
|
|
|
"androidqtversion.cpp",
|
|
|
|
|
"androidqtversionfactory.cpp",
|
|
|
|
|
"androidqtversionfactory.h",
|
|
|
|
|
"androidqtversion.h",
|
|
|
|
|
"androidrunconfiguration.cpp",
|
|
|
|
|
"androidrunconfiguration.h",
|
|
|
|
|
"androidruncontrol.cpp",
|
|
|
|
|
"androidruncontrol.h",
|
|
|
|
|
"androidrunfactories.cpp",
|
|
|
|
|
"androidrunfactories.h",
|
|
|
|
|
"androidrunner.cpp",
|
|
|
|
|
"androidrunner.h",
|
|
|
|
|
"androidsettingspage.cpp",
|
|
|
|
|
"androidsettingspage.h",
|
|
|
|
|
"androidsettingswidget.cpp",
|
|
|
|
|
"androidsettingswidget.h",
|
|
|
|
|
"androidsettingswidget.ui",
|
|
|
|
|
"androidtoolchain.cpp",
|
|
|
|
|
"androidtoolchain.h",
|
|
|
|
|
"javaparser.cpp",
|
|
|
|
|
"javaparser.h"
|
|
|
|
|
]
|
|
|
|
|
}
|