mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-26 01:44:30 +00:00
519 B
519 B
QtUtils module
Module provides qt utils functions The module provides qt utils functions. This module contains some useful functions. Including provides translations functionality.
Translation
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.