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" }
|
2013-05-21 11:46:21 +02:00
|
|
|
Depends { name: "TextEditor" }
|
2013-05-06 16:07:25 +02:00
|
|
|
Depends { name: "AnalyzerBase" }
|
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
|
2013-01-16 11:27:26 +01:00
|
|
|
pluginspecreplacements: ({"ANDROID_EXPERIMENTAL_STR": (enable ? "false": "true")})
|
2012-04-25 11:57:06 +02:00
|
|
|
|
2012-09-27 17:20:00 +02:00
|
|
|
cpp.includePaths: base.concat("../../shared")
|
2012-04-25 11:57:06 +02:00
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"addnewavddialog.ui",
|
2012-09-30 13:50:31 +02:00
|
|
|
"android.qrc",
|
2013-05-03 12:41:58 +02:00
|
|
|
"androidanalyzesupport.cpp",
|
|
|
|
|
"androidanalyzesupport.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidconfigurations.cpp",
|
|
|
|
|
"androidconfigurations.h",
|
|
|
|
|
"androidconstants.h",
|
|
|
|
|
"androidcreatekeystorecertificate.cpp",
|
|
|
|
|
"androidcreatekeystorecertificate.h",
|
|
|
|
|
"androidcreatekeystorecertificate.ui",
|
|
|
|
|
"androiddebugsupport.cpp",
|
|
|
|
|
"androiddebugsupport.h",
|
|
|
|
|
"androiddeployconfiguration.cpp",
|
|
|
|
|
"androiddeployconfiguration.h",
|
|
|
|
|
"androiddeploystep.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"androiddeploystep.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androiddeploystepfactory.cpp",
|
|
|
|
|
"androiddeploystepfactory.h",
|
|
|
|
|
"androiddeploystepwidget.cpp",
|
|
|
|
|
"androiddeploystepwidget.h",
|
|
|
|
|
"androiddeploystepwidget.ui",
|
2012-07-05 11:05:30 +03:00
|
|
|
"androiddevice.cpp",
|
|
|
|
|
"androiddevice.h",
|
2012-06-23 23:22:33 +03:00
|
|
|
"androiddevicefactory.cpp",
|
|
|
|
|
"androiddevicefactory.h",
|
2013-02-13 10:00:43 +01:00
|
|
|
"androidgdbserverkitinformation.cpp",
|
|
|
|
|
"androidgdbserverkitinformation.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidglobal.h",
|
2012-04-24 15:49:09 +02:00
|
|
|
"androidmanager.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"androidmanager.h",
|
2013-05-21 11:46:21 +02:00
|
|
|
"androidmanifestdocument.cpp",
|
|
|
|
|
"androidmanifestdocument.h",
|
|
|
|
|
"androidmanifesteditor.cpp",
|
|
|
|
|
"androidmanifesteditor.h",
|
|
|
|
|
"androidmanifesteditorfactory.cpp",
|
|
|
|
|
"androidmanifesteditorfactory.h",
|
|
|
|
|
"androidmanifesteditorwidget.cpp",
|
|
|
|
|
"androidmanifesteditorwidget.h",
|
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",
|
|
|
|
|
"androidqtversion.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"androidqtversion.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidqtversionfactory.cpp",
|
|
|
|
|
"androidqtversionfactory.h",
|
|
|
|
|
"androidrunconfiguration.cpp",
|
|
|
|
|
"androidrunconfiguration.h",
|
|
|
|
|
"androidruncontrol.cpp",
|
|
|
|
|
"androidruncontrol.h",
|
|
|
|
|
"androidrunfactories.cpp",
|
|
|
|
|
"androidrunfactories.h",
|
|
|
|
|
"androidrunner.cpp",
|
|
|
|
|
"androidrunner.h",
|
2013-05-03 12:41:58 +02:00
|
|
|
"androidrunsupport.cpp",
|
|
|
|
|
"androidrunsupport.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidsettingspage.cpp",
|
|
|
|
|
"androidsettingspage.h",
|
|
|
|
|
"androidsettingswidget.cpp",
|
|
|
|
|
"androidsettingswidget.h",
|
|
|
|
|
"androidsettingswidget.ui",
|
|
|
|
|
"androidtoolchain.cpp",
|
|
|
|
|
"androidtoolchain.h",
|
|
|
|
|
"javaparser.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"javaparser.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
]
|
|
|
|
|
}
|