2012-04-25 11:57:06 +02:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
2013-10-02 17:52:45 +02:00
|
|
|
import QtcPlugin
|
2012-04-25 11:57:06 +02:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "Android"
|
|
|
|
|
|
|
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
2013-10-29 16:19:24 +01:00
|
|
|
Depends { name: "QmakeProjectManager" }
|
2012-04-25 11:57:06 +02:00
|
|
|
Depends { name: "Debugger" }
|
2013-07-24 10:51:52 +02:00
|
|
|
Depends { name: "QmlDebug" }
|
2012-04-25 11:57:06 +02:00
|
|
|
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" }
|
2013-09-08 23:02:28 +03:00
|
|
|
Depends { name: "Utils" }
|
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
|
|
|
|
|
|
|
|
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",
|
2013-09-17 18:24:57 +02:00
|
|
|
"androiddeployqtstep.cpp",
|
|
|
|
|
"androiddeployqtstep.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androiddebugsupport.cpp",
|
|
|
|
|
"androiddebugsupport.h",
|
2013-09-10 19:19:31 +02:00
|
|
|
"androiddevicedialog.cpp",
|
|
|
|
|
"androiddevicedialog.h",
|
|
|
|
|
"androiddevicedialog.ui",
|
2012-04-25 11:57:06 +02:00
|
|
|
"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",
|
2013-09-17 18:24:57 +02:00
|
|
|
"androiddeployqtwidget.cpp",
|
|
|
|
|
"androiddeployqtwidget.h",
|
|
|
|
|
"androiddeployqtwidget.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-06-27 12:44:01 +02:00
|
|
|
"androiderrormessage.h",
|
|
|
|
|
"androiderrormessage.cpp",
|
2013-10-01 17:06:58 +02:00
|
|
|
"androidextralibrarylistmodel.cpp",
|
|
|
|
|
"androidextralibrarylistmodel.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",
|
2013-10-01 15:56:53 +02:00
|
|
|
"androidpotentialkit.cpp",
|
|
|
|
|
"androidpotentialkit.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"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",
|
2013-09-30 13:20:02 +02:00
|
|
|
"androidsignaloperation.cpp",
|
|
|
|
|
"androidsignaloperation.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"androidtoolchain.cpp",
|
|
|
|
|
"androidtoolchain.h",
|
2013-09-17 18:24:57 +02:00
|
|
|
"certificatesmodel.cpp",
|
|
|
|
|
"certificatesmodel.h",
|
2013-10-01 15:56:53 +02:00
|
|
|
"createandroidmanifestwizard.cpp",
|
|
|
|
|
"createandroidmanifestwizard.h",
|
2014-01-15 16:58:52 +01:00
|
|
|
"javaautocompleter.cpp",
|
|
|
|
|
"javaautocompleter.h",
|
|
|
|
|
"javacompletionassistprovider.cpp",
|
|
|
|
|
"javacompletionassistprovider.h",
|
|
|
|
|
"javaeditor.cpp",
|
|
|
|
|
"javaeditor.h",
|
|
|
|
|
"javaeditorfactory.cpp",
|
|
|
|
|
"javaeditorfactory.h",
|
2014-01-20 15:38:50 +01:00
|
|
|
"javafilewizard.cpp",
|
|
|
|
|
"javafilewizard.h",
|
2014-01-15 16:58:52 +01:00
|
|
|
"javaindenter.cpp",
|
|
|
|
|
"javaindenter.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
"javaparser.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"javaparser.h",
|
2012-04-25 11:57:06 +02:00
|
|
|
]
|
|
|
|
|
}
|