https://github.com/fazers/qml-project-template
https://github.com/fazers/qml-project-template
cmake cpp qml qt qt6
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fazers/qml-project-template
- Owner: FaZeRs
- License: mit
- Created: 2023-03-04T21:08:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T15:30:39.000Z (over 1 year ago)
- Last Synced: 2025-10-11T17:38:48.635Z (9 months ago)
- Topics: cmake, cpp, qml, qt, qt6
- Language: C++
- Homepage: https://fazers.github.io/qml-project-template/
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# qml-project-template
[](https://github.com/FaZeRs/qml-project-template/actions/workflows/ci.yml)
[](https://codecov.io/gh/FaZeRs/qml-project-template)
[](https://github.com/FaZeRs/qml-project-template/actions/workflows/codeql-analysis.yml)
[](https://sonarcloud.io/summary/new_code?id=FaZeRs_qt-project-template)
## About qml-project-template
This is a QML GitHub template for getting up and running with QML quickly.
## Getting Started
### Use the GitHub template
First, click the green `Use this template` button near the top of this page.
This will take you to GitHub's ['Generate Repository'](https://github.com/FaZeRs/qml-project-template/generate)
page.
Fill in a repository name and short description, and click 'Create repository from template'.
This will allow you to create a new repository in your GitHub account,
prepopulated with the contents of this project.
After creating the project please wait until the cleanup workflow has finished
setting up your project and committed the changes.
Now you can clone the project locally and get to work!
git clone https://github.com//.git
## Testing
See [Catch2 tutorial](https://github.com/catchorg/Catch2/blob/master/docs/tutorial.md)