forked from qt-creator/qt-creator
Add qbs files for android
Change-Id: I1739879579245303795fc7c6d5bc2206ffb44bcb Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
85
src/plugins/android/android.qbs
Normal file
85
src/plugins/android/android.qbs
Normal file
@@ -0,0 +1,85 @@
|
||||
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" }
|
||||
Depends { name: "qt"; submodules: ['widgets', 'xml', 'network'] }
|
||||
|
||||
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",
|
||||
"androidglobal.h",
|
||||
"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",
|
||||
"androidtarget.cpp",
|
||||
"androidtargetfactory.cpp",
|
||||
"androidtargetfactory.h",
|
||||
"androidtarget.h",
|
||||
"androidtoolchain.cpp",
|
||||
"androidtoolchain.h",
|
||||
"javaparser.cpp",
|
||||
"javaparser.h"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user