Translation support¶
-
¶
qi_create_trad(app_name po_dir )
Arguments: - app_name – Name of the application you want to translate
- po_dir – Directory where you have the POTFILES.in and where files will be generated
Create install rules for dictionary
Example of use:
qi_create_lib(my_application SHARED SRC main.cpp) qi_create_trad(my_application "po")