Qt for HarmonyOS Source Code: Difference between revisions
No edit summary |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Qt for HarmonyOS| | <[[Qt for HarmonyOS zh|Qt for HarmonyOS]] | ||
'''English''' [[Qt for HarmonyOS Source Code zh|中文]] | |||
=Gerrit Introduction= | =Gerrit Introduction= | ||
The Qt source code is hosted on Gerrit for code review and version control. The Qt source code is hosted on Gerrit for code review and version control. All needed information about how to work with Gerrit is written on the following pages: | The Qt source code is hosted on Gerrit for code review and version control. The Qt source code is hosted on Gerrit for code review and version control. All needed information about how to work with Gerrit is written on the following pages: | ||
Line 33: | Line 35: | ||
git submodule update --init --recursive | git submodule update --init --recursive | ||
= | =HarmonyOS template for application= | ||
When building the ohos application, the template is needed, then we can use it to run the | When building the ohos application, the template is needed, then we can use it to run the HarmonyOS application to thehardware. | ||
You can follow the steps in the link [[Building Qt for HarmonyOS#Run the Qt for HarmonyOS application to the hardware]] | You can follow the steps in the link [[Building Qt for HarmonyOS#Run the Qt for HarmonyOS application to the hardware]] | ||
You can get it from the following URL: http://codereview.qtcompany.cn:29416/template/ | You can get it from the following URL: http://codereview.qtcompany.cn:29416/template/ | ||
=Release Note= | =Release Note= | ||
Release note for tqtc/harmonyos 5.12.12: [[ReleaseNote for HarmonyOS V5.12.12]] | Release note for tqtc/harmonyos 5.12.12: [[ReleaseNote for HarmonyOS V5.12.12]] | ||
Release note for tqtc/harmonyos 5.15.16: [[ReleaseNote for HarmonyOS V5.15.16]] | Release note for tqtc/harmonyos 5.15.16: [[ReleaseNote for HarmonyOS V5.15.16]] |
Latest revision as of 04:05, 17 July 2025
English 中文
Gerrit Introduction
The Qt source code is hosted on Gerrit for code review and version control. The Qt source code is hosted on Gerrit for code review and version control. All needed information about how to work with Gerrit is written on the following pages:
Code Management
- Access and login to: https://codereview.qt-project.org.
- Click on the "Settings" in the upper right corner to open the settings page.
- Click on "Settings" -> "HTTP Credentials" -> "GENERATE NEW PASSWORD" to generate a new password. Save the password for later use with "git clone".
- Access https://codereview.qt-project.org/admin/repos/qt/tqtc-qt5, and copy the git repository address.
- cd tqtc-qt5
- main release branch
branch name | description | Contents |
---|---|---|
tqtc/harmonyos-5.12.12 | Release branch for harmonyos, based on Qt5.12.12 | System Functionality Adaptation & bug fixing |
tqtc/harmonyos-5.15.16 | Release branch for harmonyos, based on Qt5.15.16 | Synchronization of 5.12.12 changes, Feature development and bug fixing |
git checkout branch tqtc/harmonyos-5.12.12 or git checkout tqtc/harmonyos-5.15.16
git submodule update --init --recursive
HarmonyOS template for application
When building the ohos application, the template is needed, then we can use it to run the HarmonyOS application to thehardware.
You can follow the steps in the link Building Qt for HarmonyOS#Run the Qt for HarmonyOS application to the hardware
You can get it from the following URL: http://codereview.qtcompany.cn:29416/template/
Release Note
Release note for tqtc/harmonyos 5.12.12: ReleaseNote for HarmonyOS V5.12.12
Release note for tqtc/harmonyos 5.15.16: ReleaseNote for HarmonyOS V5.15.16