summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-06-02 15:30:50 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-06-03 15:47:28 +0300
commit991ea63c6bae70404184b0fcb77aff87bebaa891 (patch)
treee8b9fa908ee10bc1f12e2c441d5c74a546b13e8e /src/src.pro
parent944dad62a1f6125583d60b6406c26df7264d7004 (diff)
Added QML module and an example using it.
This supports loading a state machine from a .scxml file, as well as setting a state machine as a QObject on the QML context. Change-Id: Iab2f12cb58f13b43912e83a08e67476d4c9296b5 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index 66c8640..5a23ed5 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -7,3 +7,7 @@ SUBDIRS += \
qscxmlparse.depends = qscxmllib
qscxmlcpp.depends = qscxmllib
imports.depends = qscxmllib
+
+qtHaveModule(qml) {
+ SUBDIRS += qml-module
+}