CQtDeployerServer/README.md

14 lines
897 B
Markdown
Raw Normal View History

2021-03-20 12:07:01 +03:00
# CQtDeployerServer
2021-03-20 12:11:36 +03:00
This is temp repository for solve the [task 415](https://github.com/QuasarApp/CQtDeployer/issues/415) of The [CQtDeployer](https://github.com/QuasarApp/CQtDeployer).
2021-03-20 12:07:01 +03:00
After finishing of the developing, this repository will be unite with the main repository of the CQtDeployer.
2021-03-20 11:11:24 +03:00
# 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). |