aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir
diff options
context:
space:
mode:
authorMarco Benelli <marco.benelli@theqtcompany.com>2015-12-04 15:56:07 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-12-17 14:06:47 +0000
commit4b018848f7a7055976895de8a4b8208b58a36fac (patch)
tree0a7f67cd91437e5ef806446d802b96476c9e3e86 /tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir
parentf89d8294f930914a8f7b933719596e2e3ebf1773 (diff)
qml: preserve composite singleton types.
Composite singleton types used to always have version -1,-1; regardless of what is written in qmldir. Change-Id: Ia193e73695e57095f6a09b97768805f2f23cd56a Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir')
-rw-r--r--tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir b/tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir
new file mode 100644
index 0000000000..8df57f6d47
--- /dev/null
+++ b/tests/auto/qml/qmlplugindump/tests/dumper/CompositeSingleton/qmldir
@@ -0,0 +1,3 @@
+module tests.dumper.CompositeSingleton
+singleton Singleton 1.0 Singleton.qml
+depends QtQuick 2.0