Qt for OpenHarmony: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(update the contents)
 
(140 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=OpenHarmony Introduction=
=OpenHarmony Introduction=
OpenHarmony is an open-source project incubated and operated by the OpenAtom Foundation, with the goal of building a framework and platform for intelligent terminal device operating systems. It aims to cater to the era of full-scenario, full-connectivity, and full-intelligence, and promote the prosperous development of the Internet of Everything industry.
OpenHarmony is an open-source project incubated and operated by the OpenAtom Foundation, with the goal of building a framework and platform for intelligent terminal device operating systems. It aims to cater to the era of full-scenario, full-connectivity, and full-intelligence, and promote the prosperous development of the Internet of Everything industry.


[https://gitee.com/openharmony OpenHarmony Open source project]
[https://gitee.com/openharmony OpenHarmony Open source project]
=HUAWEI DevEco Studio Installation=
=How to install/build=
If you want to develop Qt for OpenHarmony applications, apart from using Qt Creator, you also need to rely on DevEco Studio.
[[Building Qt for OpenHarmony]]
 
=Code management for OH=
https://developer.huawei.com/consumer/cn/deveco-studio/
[[Qt for OpenHarmony Source Code]]
 
For OpenHarmony 5, you need to install API Version 12:
 
[[File:DevEco_Studio_Preferences.png|alt=DevEco_Studio_Preferences|876x876px]]
 
To avoid any issues caused by the development environment, please first confirm if you can use DevEco Studio to develop Arkts applications.
=Gerrit Introduction=
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]]
=How to get Qt for OpenHarmony source code=
 
# 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.
[[File:Codereview-settings.png|left|1069x1069px]]
 
 
 
 
 
 
 
 
[[File:GENERATE-NEW-PASSWORD.png|left|1070x1070px]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
[[File:Git-address.png|1069x1069px]]
=Building Qt Library for Qt for OpenHarmony in macOS=
 
=== Pre-requirements ===
Following instruction has been prepared based on macOS Sonoma 14.0.  Does not represent a minimum dependency condition.
 
* git version 2.39.3
* python 3.12.0
 
=== System environments ===
Open ''~/.zshrc'' or ''~/.bashrc'' and add the following:


<code>local HARMONY_OS_API_VER=12
= User Development Guide =
local HOME_LIBRARY=${HOME}/Library
[[Qt_for_OpenHarmony/user_development_guide|User Development Guide]]
export OHOS_SDK_ROOT=${HOME_LIBRARY}/OpenHarmony/Sdk
export HOS_SDK_HOME=${HOME_LIBRARY}/OpenHarmony/Sdk
export OHOS_SDK_12=${HOS_SDK_HOME}/${HARMONY_OS_API_VER}
export NATIVE_OHOS_SDK=${OHOS_SDK_12}/native</code>

Latest revision as of 09:33, 14 March 2025

OpenHarmony Introduction

OpenHarmony is an open-source project incubated and operated by the OpenAtom Foundation, with the goal of building a framework and platform for intelligent terminal device operating systems. It aims to cater to the era of full-scenario, full-connectivity, and full-intelligence, and promote the prosperous development of the Internet of Everything industry.

OpenHarmony Open source project

How to install/build

Building Qt for OpenHarmony

Code management for OH

Qt for OpenHarmony Source Code

User Development Guide

User Development Guide