summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2020-08-24 23:12:38 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2020-08-28 15:54:55 +0200
commitc26817f0dc53af2253a683b48738c32cb1511e85 (patch)
tree75d14cd85da83579a7b2ffec67f6855a6e30ae13 /sync.profile
parentd2372c0950bfa0485949307a68da2fb8a4e9808d (diff)
Move state machine source into QtScxml
Task-number: QTBUG-80316 Change-Id: I9465d1b635733adca9dc8f6abad9b4f01f09d942 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 1a8e936..8cb4265 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,6 @@
%modules = ( # path to module name map
"QtScxml" => "$basedir/src/scxml",
+ "QtStateMachine" => "$basedir/src/statemachine",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);