diff --git a/installwizard/config/desktop_os_common-0.0.3.json b/installwizard/config/desktop_os_common-0.0.4.json similarity index 82% rename from installwizard/config/desktop_os_common-0.0.3.json rename to installwizard/config/desktop_os_common-0.0.4.json index eaabd9b9..05b0f09f 100644 --- a/installwizard/config/desktop_os_common-0.0.3.json +++ b/installwizard/config/desktop_os_common-0.0.4.json @@ -1,5 +1,5 @@ { - "version":"0.0.3", + "version":"0.0.4", "kylin-ide-lowest-ver":"0.4.0", "first_class_list":{ "description":{ @@ -22,6 +22,10 @@ "en":"Go development", "zh_cn":"Go开发" }, + "Qt_key": { + "en": "Qt development", + "zh_cn": "Qt 开发" + }, "JavaScript_key":{ "en":"Built-in JavaScript development", "zh_cn":"内置JavaScript开发", @@ -129,6 +133,39 @@ } ] }, + "Qt_key": { + "discription": { + "en": "Qt development", + "zh_cn": "Qt 开发" + }, + "ext-list": [ + "KylinIdeTeam.extension-dependency", + "ms-vscode.cmake-tools", + "KylinIdeTeam.vscode-clangd", + "KylinIdeTeam.debug", + "KylinIdeTeam.cmake-intellisence", + "KylinIdeTeam.qmake-tools", + "KylinIdeTeam.qt-support" + ], + "pkg-list": { + "deb": { + "clangd": {}, + "qt5-default": {}, + "build-essential": {}, + "qt5-qmake": {}, + "ninja-build": {}, + "cmake": {}, + "gdb": {}, + "qttools5-dev": {}, + "qttools5-dev-tools": {}, + "qt5-doc": {}, + "qt5-doc-html": {} + + } + }, + "script-list": [ + ] + }, "JavaScript_key":{ "discription":{ "en":"Built-in support JavaScript development(Please install NodeJS by yourself if needed)", @@ -241,6 +278,24 @@ "ext_version": { "latest":true } + }, + "ms-vscode.cmake-tools": { + "ext_id": "ms-vscode.cmake-tools", + "ext_version": { + "latest":true + } + }, + "KylinIdeTeam.qmake-tools": { + "ext_id": "KylinIdeTeam.qmake-tools", + "ext_version": { + "latest":true + } + }, + "KylinIdeTeam.qt-support": { + "ext_id": "KylinIdeTeam.qt-support", + "ext_version": { + "latest":true + } } } } diff --git a/installwizard/config/g_index.json b/installwizard/config/g_index.json index 6f6fb3fc..711e6420 100644 --- a/installwizard/config/g_index.json +++ b/installwizard/config/g_index.json @@ -1,5 +1,5 @@ { - "ver": "0.0.3", + "ver": "0.0.4", "base-url":"https://gitee.com/openkylin/extensions-repo/raw/master/inst-configs-repo/kylin-code/0.4.0", "ext-file": { "file_url": "base-url:/ext_link_address-0.0.2.json", @@ -21,11 +21,11 @@ "en": "X86 openKylin Desktop", "zh_cn": "X86 openKylin开源操作系统" }, - "file_url": "base-url:/desktop_os_common-0.0.3.json", - "file_name": "desktop_os_common-0.0.3.json", - "ver": "0.0.3", + "file_url": "base-url:/desktop_os_common-0.0.4.json", + "file_name": "desktop_os_common-0.0.4.json", + "ver": "0.0.4", "kylin-ide-lowest-ver": "0.4.0", - "sign-md5":"1b8df34d441b8a1b4bb6859164a661c5ee1984193e361da3ae0ad7fc123c76a21c11f75b2d1926b9d71bfb2a9e59f0d07e1fe8efabdabbc37bf463904fb3e4243ec4e5340a92ae245910372349b972beb08fbd72f47984acbcaac2527fc7ff1605626e996d00a5b0f4b9d4a22ece22afc647d34627e96c4f22c1c043b845a20b" + "sign-md5":"d278c4b9bdcfb65ca94e98f218a738c351d1d5e9db002b82e4a4f34a86daa009b655d8721a5c86638bed86553e781dd4a2c1d2d185e6e35ad027e8ec7544fad80d5f99bcc40883686ac9dc4ca3a9d5bdc552d0022f03b31d56232abd0d509012ec4b21094f298ed12ee42a8f26183a251c515887535384adb9f8b12e958bdeba" } ] }