xmake-vscode v1.0.8,在 VSCode 中构建 Qt/WDK 程序

栏目: 软件资讯 · 发布时间: 7年前

内容简介:xmake-vscode插件深度集成了xmake和vscode,提供方便快速的跨平台c/c++构建。 最近xmake新版本新增了 Qt/WDK编译环境支持,因此对vscode的集成插件也进行了一些更新支持。 此版本主要更新内容如下: 兼容windows...

xmake-vscode插件深度集成了xmake和vscode,提供方便快速的跨平台c/c++构建。

最近xmake新版本新增了 Qt/WDK编译环境支持,因此对vscode的集成插件也进行了一些更新支持。

此版本主要更新内容如下:

  • 兼容windows下VScode+shell(cmd/bash)

  • 修复windows下使用,偶尔出现命令在终端下被截断的问题

  • 更新xmake的自动补全,支持最新版本API

  • 增加对Qt、WDK环境的支持和配置

  • 新增附加参数配置,实现交叉编译的配置支持

xmake-vscode v1.0.8,在 VSCode 中构建 Qt/WDK 程序

新增的配置内容如下:

"xmake.QtDirectory": {
    "type": "string",
    "default": "",
    "description": "The Qt Directory"
},
"xmake.WDKDirectory": {
    "type": "string",
    "default": "",
    "description": "The WDK Directory"
},
"xmake.additionalConfigArguments": {
    "type": "string",
    "default": "",
    "description": "The Additional Config Arguments, .e.g --cc=gcc --cxflags=\"-DDEBUG\""
}

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Head First HTML5 Programming

Head First HTML5 Programming

Eric Freeman、Elisabeth Robson / O'Reilly Media / 2011-10-18 / USD 49.99

What can HTML5 do for you? If you're a web developer looking to use this new version of HTML, you might be wondering how much has really changed. Head First HTML5 Programming introduces the key featur......一起来看看 《Head First HTML5 Programming》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具