summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/custom-template/custom-test.yaml
blob: bc69075d06be4278e61733a3348cf4fb5728a451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
generate_rules:
    module_rules:
        - dest_file:  "{{srcBase|lower}}.pri"
          template_file:  "module.pri.tpl"
        - dest_file:  '{{srcBase|lower}}.cmake'
          template_file:  'CMakeLists.txt.tpl'
        - dest_file: 'tst_custom.cpp'
          template_file: 'tst_custom.cpp.tpl'
        - dest_file: 'tst_custom.h'
          template_file: 'tst_custom.h.tpl'
    interface_rules:
    struct_rules: