Target Version
An example of obtaining the version of the Aurora OS build engine.
Terms of Use and Participation
The source code of the project is provided under the license, which allows its use in third-party applications.
The contributor agreement documents the rights granted by contributors of the Open Mobile Platform.
Information about the contributors is specified in the AUTHORS file.
Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.
Project Structure
The project has a standard structure of an application based on C++ and QML for Aurora OS.
- CMakeLists.txt file describes the project structure for the cmake build system.
- ru.auroraos.TargetVersion.pro file describes the project structure for the qmake build system.
- icons directory contains the application icons for different screen resolutions.
-
qml directory contains the QML source code and the UI resources.
- cover directory contains the application cover implementations.
- icons directory contains the additional custom UI icons.
- pages directory contains the application pages.
- TargetVersion.qml file provides the application window implementation.
-
rpm directory contains the rpm-package build settings.
- ru.auroraos.TargetVersion.spec file is used by rpmbuild tool.
- ru.auroraos.TargetVersion.spec file is used by the rpmbuild tool.
-
src directory contains the C++ source code.
- main.cpp file is the application entry point.
- translations directory contains the UI translation files.
- ru.auroraos.TargetVersion.desktop file defines the display and parameters for launching the application.
Compatibility
The project is compatible with all the current versions of the Aurora OS.
Project Building
The project is built in the usual way using the Aurora SDK.
The project supports building using cmake and qmake. To build using qmake, perform the following steps in the project settings:
- Open project settings (Projects).
- In the build and launch menu, select "Build".
- Select the Aurora SDK settings menu item.
- In the RPM spec file field, select the file ru.auroraos.TargetVersion.spec
To build using cmake, perform the following steps in the project settings:
- Open project settings (Projects).
- In the build and launch menu, select "Build".
- Select the Aurora SDK settings menu item.
- In the RPM spec file field, select the file ru.auroraos.TargetVersion_cmake.spec