summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates/backend_qtro.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates/backend_qtro.yaml')
-rw-r--r--src/tools/ivigenerator/templates/backend_qtro.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tools/ivigenerator/templates/backend_qtro.yaml b/src/tools/ivigenerator/templates/backend_qtro.yaml
new file mode 100644
index 0000000..795d781
--- /dev/null
+++ b/src/tools/ivigenerator/templates/backend_qtro.yaml
@@ -0,0 +1,12 @@
+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"
+ interface:
+ documents:
+ - '{{interface|lower}}backend.h': 'backend.h.tpl'
+ - '{{interface|lower}}backend.cpp': 'backend.cpp.tpl'
+ - "{{interface|lower}}.rep": "common/interface.rep.tpl"