4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-05-07 02:39:34 +00:00

Update README.md

This commit is contained in:
Andrei Yankovich 2020-09-05 13:47:32 +03:00 committed by GitHub
parent 3c4dcec548
commit 7bc16403a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,10 @@ Fork me and replase RENAME_ME to Name of your new project.
2. Run ./init.sh NewProjectName
# This template supports next build targets:
* **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).
| 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). |