aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/custom-template/custom-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/custom-template/custom-test.yaml')
-rw-r--r--tests/auto/core/ivigenerator/custom-template/custom-test.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/core/ivigenerator/custom-template/custom-test.yaml b/tests/auto/core/ivigenerator/custom-template/custom-test.yaml
index 4c5cd17..bc69075 100644
--- a/tests/auto/core/ivigenerator/custom-template/custom-test.yaml
+++ b/tests/auto/core/ivigenerator/custom-template/custom-test.yaml
@@ -2,6 +2,8 @@ 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'