summaryrefslogtreecommitdiffstats
path: root/src/trace/qmldir
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-05-30 13:30:02 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-06-10 07:32:07 +0000
commit2870aaa09b86080941d7f44aa8910c73f6ce99c2 (patch)
treed4565fdc550c615846a729b91c96683089057850 /src/trace/qmldir
parentc1c66f5b34aa6a4e721ab3e7fcd067777ba5fca7 (diff)
add QmlMessageTrace
A utility to be instantiated in the application-under-test, which will install itself as the message handler, parse the output of the requested logging categories for tracing, and generate a message trace in QML. Change-Id: I3961c27d00ecead5a1204cb2f6928af4f9da26aa Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/trace/qmldir')
-rw-r--r--src/trace/qmldir2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trace/qmldir b/src/trace/qmldir
new file mode 100644
index 0000000..7cbebbb
--- /dev/null
+++ b/src/trace/qmldir
@@ -0,0 +1,2 @@
+module Qt.labs.UmlQuick.Trace
+plugin trace