https://github.com/quasarapp/cqtdeployerserver
This is temp project for adding support the generate online repositories.
https://github.com/quasarapp/cqtdeployerserver
Last synced: 10 months ago
JSON representation
This is temp project for adding support the generate online repositories.
- Host: GitHub
- URL: https://github.com/quasarapp/cqtdeployerserver
- Owner: QuasarApp
- License: lgpl-3.0
- Created: 2021-03-20T08:11:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T12:01:21.000Z (about 4 years ago)
- Last Synced: 2025-01-20T13:40:18.654Z (over 1 year ago)
- Language: C++
- Size: 103 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CQtDeployerServer
This is temp repository for solve the [task 415](https://github.com/QuasarApp/CQtDeployer/issues/415) of The [CQtDeployer](https://github.com/QuasarApp/CQtDeployer).
After finishing of the developing, this repository will be unite with the main repository of the CQtDeployer.
# This template supports next build targets:
| Command or make target | Description |
|------|------|
| **make test** | The run tests for a project (dependet of Qt Tests, so you need to add Qt in Cmake using CMAKE_PREFIX_PATH) |
| **make doc** | The generate a documentation for a project (dependet of doxygen) |
| **make deploy** | The generate distribution for a project (dependet of CQtDeployer) |
| **make release** | The prepare Qt Installer framework repository for a project, generate a snap package and APK file for android (dependet of CQtDeployer, snapcraft, AndroidDeployer). |