Qt for OpenHarmony Source Code: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Update the link of release not for each branch)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Gerrit Introduction ==
[[Qt for OpenHarmony|<Qt for OpenHarmony]]
 
= 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 6: Line 8:
[[Gerrit Introduction]]
[[Gerrit Introduction]]


== Code Management ==
= Code Management =
 
#Access and login to: [https://codereview.qt-project.org/dashboard/self https://codereview.qt-project.org].
# Access and login to: [https://codereview.qt-project.org/dashboard/self https://codereview.qt-project.org].
#Click on the "Settings" in the upper right corner to open the settings page.
# 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".
# 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.
# Access https://codereview.qt-project.org/admin/repos/qt/tqtc-qt5, and copy the git repository address.
#cd tqtc-qt5
# cd tqtc-qt5
#main release branch
# main release branch


{| class="wikitable"
{| class="wikitable"
Line 19: Line 20:
!branch name
!branch name
!description
!description
!Contents
! Contents  
|-
|-
|tqtc/harmonyos-5.12.12
|tqtc/harmonyos-5.12.12
|Release branch for harmonyos, based on Qt5.12.12
|Release branch for harmonyos, based on Qt5.12.12
|System Functionality Adaptation & bug fixing
|System Functionality Adaptation & bug fixing  
|-
|-
|tqtc/harmonyos-5.15.16
|tqtc/harmonyos-5.15.16
Line 37: Line 38:
git submodule update --init --recursive
git submodule update --init --recursive


== OHOS template for application ==
= OHOS template for application =
When building the ohos application, the template is needed, then we can use it to run the ohos application to thehardware.
When building the ohos application, the template is needed, then we can use it to run the ohos application to thehardware.


You can follow the steps in the link [[Qt for OpenHarmony#Run the Qt for OpenHamony application to the hardware]]
You can follow the steps in the link [[Building Qt for OpenHarmony#Run the Qt for OpenHamony 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: https://filesender.qt.io/?s=download&token=78313785-1eb5-408f-b03b-aa9aa7a98455
= Release Note =
Release note for tqtc/harmonyos 5.12.12: [[ReleaseNote for OpenHarmony V5.12.12]]


== Release Note ==
Release note for tqtc/harmonyos 5.15.16: [[ReleaseNote for OpenHarmony V5.15.16]]
Release note for tqtc/harmonyos-5.12.12 [[ReleaseNote for OpenHarmony]]

Latest revision as of 10:00, 14 March 2025

<Qt for OpenHarmony

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:

Setting up Gerrit

Gerrit Introduction

Code Management

  1. Access and login to: https://codereview.qt-project.org.
  2. Click on the "Settings" in the upper right corner to open the settings page.
  3. Click on "Settings" -> "HTTP Credentials" -> "GENERATE NEW PASSWORD" to generate a new password. Save the password for later use with "git clone".
  4. Access https://codereview.qt-project.org/admin/repos/qt/tqtc-qt5, and copy the git repository address.
  5. cd tqtc-qt5
  6. 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

OHOS template for application

When building the ohos application, the template is needed, then we can use it to run the ohos application to thehardware.

You can follow the steps in the link Building Qt for OpenHarmony#Run the Qt for OpenHamony 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 OpenHarmony V5.12.12

Release note for tqtc/harmonyos 5.15.16: ReleaseNote for OpenHarmony V5.15.16