summaryrefslogtreecommitdiffstats
path: root/umlquick.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-06-10 08:19:39 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-06-10 07:36:47 +0000
commit988fe90f5006a174e815d0e3e80a17d7ccdb7853 (patch)
tree0c430bb924041259326bf4cac56c226c3ce843ab /umlquick.pro
parentcf744b55a3fe252b8284956d18d61f46467dd721 (diff)
install QML for viewing Sequence diagrams; remove uq script
Now you can simply view the diagram QML with the qml runtime. The module is now renamed to Qt.labs.UmlQuick, with the Sequence (MessageTrace) diagram components being in Qt.labs.UmlQuick.Sequence and the trace instrumentation being in Qt.labs.UmlQuick.Trace. The diagram in UML terminology is called simply a Sequence diagram, whereas the act of generating one is to trace messages. Change-Id: I4d7db9eecc32af8b57c2c4242bb7d4568b777e28 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'umlquick.pro')
-rw-r--r--umlquick.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/umlquick.pro b/umlquick.pro
new file mode 100644
index 0000000..856d402
--- /dev/null
+++ b/umlquick.pro
@@ -0,0 +1,2 @@
+TEMPLATE = subdirs
+SUBDIRS += src imports