summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates/backend_qtro.yaml
blob: 0d0fbffa7ae2737c02b64f552ab48e1c30ab1f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
backend_qtro:
    module:
        documents:
            - "{{module.module_name|lower}}qtroplugin.h": "plugin.h.tpl"
            - "{{module.module_name|lower}}qtroplugin.cpp": "plugin.cpp.tpl"
            - "{{module.module_name|lower}}.json": "plugin.json"
            - "{{srcBase|lower}}.pri": "plugin.pri.tpl"
            - '{{srcBase|lower}}.cmake': 'CMakeLists.txt.tpl'
    interface:
        documents:
            - '{{interface|lower}}backend.h': 'backend.h.tpl'
            - '{{interface|lower}}backend.cpp': 'backend.cpp.tpl'
            - "{{interface|lower}}.rep": "common/interface.rep.tpl"