https://github.com/cutie-shell/qml-module-cutie
A QML module to provide functionality specific to Cutie
https://github.com/cutie-shell/qml-module-cutie
library linux mobile qml-module
Last synced: 2 months ago
JSON representation
A QML module to provide functionality specific to Cutie
- Host: GitHub
- URL: https://github.com/cutie-shell/qml-module-cutie
- Owner: cutie-shell
- License: gpl-3.0
- Created: 2021-08-16T14:32:24.000Z (almost 5 years ago)
- Default Branch: cutie
- Last Pushed: 2024-07-09T16:31:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-09T21:05:08.944Z (almost 2 years ago)
- Topics: library, linux, mobile, qml-module
- Language: QML
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cutie QML module
[](https://dl.circleci.com/status-badge/redirect/gh/cutie-shell/qml-module-cutie/tree/cutie)
This module provides custom UI components and QML-accessible interfaces for Cutie UI/UX.
## Building and installing
```
mkdir build
cd build
cmake ..
make
sudo make install
```
## Troubleshooting
None