From 40d0ddaa8357ba4955c85178b5b34a28bec4fd71 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 20 Sep 2017 11:25:22 +0200 Subject: Make qmlplugindump work in shadow builds QQmlDataTest has provisions for looking up the data files in the right place. Use that. Change-Id: I3ec8d75efc0e66980986192e87e5ac52bc1119df Reviewed-by: Simon Hausmann --- tests/auto/qml/qmlplugindump/data/dumper/CompositeSingleton/qmldir | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/auto/qml/qmlplugindump/data/dumper/CompositeSingleton/qmldir (limited to 'tests/auto/qml/qmlplugindump/data/dumper/CompositeSingleton/qmldir') diff --git a/tests/auto/qml/qmlplugindump/data/dumper/CompositeSingleton/qmldir b/tests/auto/qml/qmlplugindump/data/dumper/CompositeSingleton/qmldir new file mode 100644 index 0000000000..8df57f6d47 --- /dev/null +++ b/tests/auto/qml/qmlplugindump/data/dumper/CompositeSingleton/qmldir @@ -0,0 +1,3 @@ +module tests.dumper.CompositeSingleton +singleton Singleton 1.0 Singleton.qml +depends QtQuick 2.0 -- cgit v1.2.3