My Aurora OS Application
Short description of my Aurora OS Application
The source code of the project is provided under the license, that allows it to be used in third-party applications.
Project Structure
The project has a common structure of an application based on C++ and QML for Aurora OS.
- ru.auroraos.add_lib_cmake.pro file describes the project structure for the qmake build system.
- icons directory contains 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 custom UI icons.
- pages directory contains the application pages.
- add_lib_cmake.qml file provides the application window implementation.
- rpm directory contains the rpm-package build settings. ru.auroraos.add_lib_cmake.spec file is used by rpmbuild tool. It is generated from ru.auroraos.add_lib_cmake.yaml file.
-
src directory contains the C++ source code.
- main.cpp file is the application entry point.
- translations directory contains the UI translation files.
- ru.auroraos.add_lib_cmake.desktop file defines the display and parameters for launching the application.