Qt for HarmonyOS Source Code zh: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "Qt for HarmonyOS =Gerrit简介= Qt源码托管在Gerrit上,用于代码审查和版本控制。所有关于如何使用Gerrit的信息都写在以下页面中: 设置Gerrit Gerrit简介 =代码管理= # 访问并登录:[https://codereview.qt-project.org/dashboard/self https://codereview.qt-project.org]。 # 点击右上角的“Settings”打开设置页面。 # 点击“Settings”->“HTTP...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Qt for HarmonyOS zh|Qt for HarmonyOS]]
<[[Qt for HarmonyOS zh|Qt for HarmonyOS]]
 
'''中文''' [[Qt for HarmonyOS Source Code|English]]


=Gerrit简介=
=Gerrit简介=
Line 39: Line 41:


=HarmonyOS应用模板=
=HarmonyOS应用模板=
构建ohos应用时需要模板,然后我们可以用它来将ohos应用运行到硬件上。
构建HarmonyOS应用时需要模板工程,然后我们可以用它来将鸿蒙应用运行到硬件上。


您可以按照链接中的步骤操作 [[Building Qt for HarmonyOS zh#将Qt for HarmonyOS应用运行到硬件上|将Qt for HarmonyOS应用运行到硬件上]]
您可以按照链接中的步骤操作 [[Qt_for_HarmonyOS/zh#在硬件上运行 Qt for OpenHamony 应用程序|在硬件上运行 Qt for OpenHamony 应用程序]]


您可以从以下URL获取它:http://codereview.qtcompany.cn:29416/template/
您可以从以下URL获取它:http://codereview.qtcompany.cn:29416/template/


=发布说明=
=发布说明=
tqtc/harmonyos 5.12.12 发布说明: [[ReleaseNote for HarmonyOS V5.12.12 zh|HarmonyOS V5.12.12 发布说明]]
tqtc/harmonyos 5.12.12 发布说明: [[ReleaseNote for HarmonyOS V5.12.12]]


tqtc/harmonyos 5.15.16 发布说明: [[ReleaseNote for HarmonyOS V5.15.16 zh|HarmonyOS V5.15.16 发布说明]]
tqtc/harmonyos 5.15.16 发布说明: [[ReleaseNote for HarmonyOS V5.15.16]]

Latest revision as of 05:14, 17 July 2025

<Qt for HarmonyOS

中文 English

Gerrit简介

Qt源码托管在Gerrit上,用于代码审查和版本控制。所有关于如何使用Gerrit的信息都写在以下页面中:

设置Gerrit

Gerrit简介

代码管理

  1. 访问并登录:https://codereview.qt-project.org
  2. 点击右上角的“Settings”打开设置页面。
  3. 点击“Settings”->“HTTP Credentials”->“GENERATE NEW PASSWORD”生成新密码。保存此密码,以便后续使用“git clone”时使用。
  4. 访问 https://codereview.qt-project.org/admin/repos/qt/tqtc-qt5 ,并复制git仓库地址。
  5. cd tqtc-qt5
  6. 主要发布分支
分支名称 描述 内容
tqtc/harmonyos-5.12.12 HarmonyOS的发布分支,基于Qt5.12.12 系统功能适配和bug修复
tqtc/harmonyos-5.15.16 HarmonyOS的发布分支,基于Qt5.15.16 同步5.12.12的变更,特性开发和bug修复

git checkout tqtc/harmonyos-5.12.12 或 git checkout tqtc/harmonyos-5.15.16

git submodule update --init --recursive

HarmonyOS应用模板

构建HarmonyOS应用时需要模板工程,然后我们可以用它来将鸿蒙应用运行到硬件上。

您可以按照链接中的步骤操作 在硬件上运行 Qt for OpenHamony 应用程序

您可以从以下URL获取它:http://codereview.qtcompany.cn:29416/template/

发布说明

tqtc/harmonyos 5.12.12 发布说明: ReleaseNote for HarmonyOS V5.12.12

tqtc/harmonyos 5.15.16 发布说明: ReleaseNote for HarmonyOS V5.15.16