CMake/Docs/QtUtils.md

14 lines
544 B
Markdown
Raw Normal View History

2021-04-02 09:20:53 +03:00
# This is description of cmake module QtUtils
2021-03-25 16:38:12 +03:00
2021-04-02 09:20:53 +03:00
Module provides qt utils functions
The module provides qt utils functions. This module contains some useful functions. Including provides translations functionality.
2021-03-25 16:38:12 +03:00
---
2021-04-02 09:20:53 +03:00
## Translation
---
2021-03-25 16:38:12 +03:00
**prepareQM** (name sourceDir ts_files) - This function prepare translations for you projects.
- name - This is a name of the translations target.
- sourceDir - This is root source directory. Update will be scan this dir for prepare translations.
- ts_files - This is list of the supported languages.