4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-05-06 02:09:35 +00:00

Update README.md

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

@ -4,3 +4,9 @@ Fork me and replase RENAME_ME to Name of your new project.
1. Clone this repository
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).