summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-08-11 18:37:15 +0300
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-08-12 11:55:31 +0300
commitf5b9733b4442d1ea5667b8be61ce28d4991ed48d (patch)
tree77f5e72b60c2c1e88033880649b7dcc94aa35a82 /sync.profile
parentd843fae8e9b81675459ccc2d6e056ab2b6f943a0 (diff)
Canonicalize module naming (QScxml -> QtScxml)
Change-Id: Iad3f027cddcd3c56bca9a136099ef0628f71f5ba Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index c2442b0..acbc753 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,5 @@
%modules = ( # path to module name map
- "QScxml" => "$basedir/src/qscxml",
+ "QtScxml" => "$basedir/src/scxml",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);