summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates_backend_qtro.yaml
blob: f8c00103179c97e13b319bc268276c3eec1e87b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
        -   dest_file:  "pagingmodel.rep"
            template_file:  "common/pagingmodel.rep.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:  "common/interface.rep.tpl"
    struct_rules: