aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_backend_qtro.yaml
blob: 37a26dd12325cfbbb61f7a57bb92596ca8d933db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
generate_rules:
    module_rules:
        -   dest_file:  "{{module.module_name|lower}}plugin.h"
            template_file:  "plugin.h.tpl"
        -   dest_file:  "{{module.module_name|lower}}plugin.cpp"
            template_file:  "plugin.cpp.tpl"
        -   dest_file:  "{{module.module_name|lower}}.json"
            template_file:  "plugin.json"
        -   dest_file:  "{{srcBase|lower}}.pri"
            template_file:  "plugin.pri.tpl"
    interface_rules:
        -   dest_file: '{{interface|lower}}backend.h'
            template_file: 'backend.h.tpl'
        -   dest_file: '{{interface|lower}}backend.cpp'
            template_file: 'backend.cpp.tpl'
        -   dest_file:  "{{interface|lower}}.rep"
            template_file:  "interface.rep.tpl"
    struct_rules: