aboutsummaryrefslogtreecommitdiffstats
path: root/qface/builtin/qtqml/templates/public_qmldir
diff options
context:
space:
mode:
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 %}