aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_generation_validator.yaml
blob: aaf598cadd541e2d96208cf9704e5b9d4028fe37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
generate_rules:
    module_rules:
        - dest_file:  "main.cpp"
          template_file:  "main.cpp.tpl"
        - dest_file:  "main.qml"
          template_file:  "main.qml.tpl"
        - dest_file:  "qml.qrc"
          template_file:  "qml.qrc.tpl"
        - dest_file:  "{{srcBase|lower}}.pri"
          template_file:  "ui.pri.tpl"
        - dest_file:  "generationstatusitem.cpp"
          template_file:  "generationstatusitem.cpp.tpl"
        - dest_file:  "generationstatusitem.h"
          template_file:  "generationstatusitem.h.tpl"
        - dest_file:  "validationstatus.cpp"
          template_file:  "validationstatus.cpp.tpl"
        - dest_file:  "validationstatus.h"
          template_file:  "validationstatus.h.tpl"
    interface_rules: