aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/frontend.yaml
blob: 7323d32e8a26d51408266d56553b7d1b2f7bc267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
frontend:
    module:
        documents:
            - '{{module.module_name|lower}}global.h': 'global.h.tpl'
            - '{{module.module_name|lower}}module.h': 'module.h.tpl'
            - '{{module.module_name|lower}}module.cpp': 'module.cpp.tpl'
            - '{{module.module_name|lower}}module_enum.qdocinc': 'module_qml_enum.qdocinc.tpl'
            - '{{module.module_name|lower}}modulefactory.h': 'modulefactory.h.tpl'
            - '{{module.module_name|lower}}modulefactory.cpp': 'modulefactory.cpp.tpl'
            - '{{srcBase|lower}}.pri': 'module.pri.tpl'
            - '{{srcBase|lower}}.cmake': 'CMakeLists.txt.tpl'
            - 'qml/{{module|qml_type|replace(".", "/")}}/plugins.qmltypes': 'common/plugins.qmltypes.tpl'
            - "qml/{{module|qml_type|replace('.', '/')}}/designer/{{module.module_name|lower}}.metainfo": "common/designer.metainfo.tpl"
            - 'qml/{{module|qml_type|replace(".", "/")}}/qmldir': 'common/qmldir.tpl'
    interface:
        documents:
            - '{{interface|lower}}backendinterface.h': 'backendinterface.h.tpl'
            - '{{interface|lower}}backendinterface.cpp': 'backendinterface.cpp.tpl'
            - '{{interface|lower}}.h': 'interface.h.tpl'
            - '{{interface|lower}}_p.h': 'interface_p.h.tpl'
            - '{{interface|lower}}.cpp': 'interface.cpp.tpl'
    struct:
        documents:
            - '{{struct|lower}}.h': 'struct.h.tpl'
            - '{{struct|lower}}.cpp': 'struct.cpp.tpl'