代码拉取完成,页面将自动刷新
{
"version": 1,
"supportedProjectTypes": [ "Qt4ProjectManager.Qt4Project" ],
"id": "BRINFO Plugins",
"category": "H.Project",
"trDescription": "Creates a qmake-based project without any files. This allows you to create an application without any default classes.",
"trDisplayName": "BRINFO Plugin system",
"trDisplayCategory": "Other Project",
"icon": "../../global/guiapplication.png",
"featuresRequired": [ "QtSupport.Wizards.FeatureQt" ],
"enabled": "%{JS: [ %{Plugins} ].indexOf('QmakeProjectManager') >= 0}",
"options":
[
{ "key": "ProFileName", "value": "%{JS: Util.fileName('%{ProjectDirectory}/%{ProjectName}', 'pro')}" },
{ "key": "CppFileName", "value": "%{JS: Util.fileName('%{ProjectDirectory}/%{ProjectName}', 'cpp')}" },
{ "key": "HFileName", "value": "%{JS: Util.fileName('%{ProjectDirectory}/%{ProjectName}', 'h')}" },
{ "key": "IsTopLevelProject", "value": "%{JS: !'%{Exists:ProjectExplorer.Profile.Ids}'}" }
],
"pages":
[
{
"trDisplayName": "Project Location",
"trShortTitle": "Location",
"typeId": "Project",
"data": { "trDescription": "This wizard creates an empty .pro file." }
},
{
"trDisplayName": "Selection System Path",
"trShortTitle": "Details",
"typeId": "Fields",
"data" :{
"name": "syspath",
"type": "PathChooser",
"trDisplayName": "Path:",
"mandatory": true,
"data":
{
"kind": "existingDirectory",
"basePath": "%{InitialPath}",
"path": "%{InitialPath}"
}
}
},
{
"trDisplayName": "Kit Selection",
"trShortTitle": "Kits",
"typeId": "Kits",
"enabled": "%{IsTopLevelProject}",
"data": { "projectFilePath": "%{ProFileName}" }
},
{
"trDisplayName": "Project Management",
"trShortTitle": "Summary",
"typeId": "Summary"
}
],
"generators":
[
{
"typeId": "File",
"data":
[
{
"source": "myPlugin.pro",
"target": "%{ProFileName}",
"openAsProject": true
},
{
"source": "myPlugin.cpp",
"target": "%{ProjectName}.cpp"
},
{
"source": "myplugin.pluginspec",
"target": "%{ProjectName}.pluginspec"
},
{
"source": "myPlugin.h",
"target": "%{ProjectName}.h"
}
]
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。