aboutsummaryrefslogtreecommitdiffstats
path: root/qface/builtin/qtqml/templates/public_qmldir
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-06-27 19:30:16 +0200
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2017-06-27 19:30:16 +0200
commite033e0a8c6a90acad9069132c09641d52888aa99 (patch)
tree037cda7c2a13f3f979c56d0f7ce33ec3eaef48ea /qface/builtin/qtqml/templates/public_qmldir
parent2a723b2085c671f973c827893c8fd0bb43acbe24 (diff)
parentb7ea51d51ee54b3c69fb3d08dfdc023a9e77400a (diff)
Merge branch 'release/1.2'1.2
Diffstat (limited to 'qface/builtin/qtqml/templates/public_qmldir')
-rw-r--r--qface/builtin/qtqml/templates/public_qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/builtin/qtqml/templates/public_qmldir b/qface/builtin/qtqml/templates/public_qmldir
index fc465a7..2fcfe50 100644
--- a/qface/builtin/qtqml/templates/public_qmldir
+++ b/qface/builtin/qtqml/templates/public_qmldir
@@ -1,4 +1,4 @@
{{module_name}}Module 1.0 private/{{module_name}}Module.js
{% for interface in module.interfaces %}
-{{interface}} 1.0 {{interface}}.qml
+{% if 'singleton' in interface.tags %}singleton {% endif %}{{interface}} 1.0 {{interface}}.qml
{% endfor %}