summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2019-01-14 10:20:37 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2019-01-21 14:13:01 +0000
commit888fb0ca5d5e18fe5d8b88ed721544bf204ac158 (patch)
tree694ce06751637d2a15dbfe4d3a8260c0e6938769 /sync.profile
parent7d089843c32296ba1d48713388c809996149138d (diff)
Initial commit for Qt Lottie!
This implements a QML API to display graphics and animations exported by the Bodymovin plugin in AfterEffects. Done-by: Kari Hautamäki <kari.hautamaki@qt.io> Change-Id: Idbcfc5c947e97c1a5a70947a262fe1be17de7504 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..d7005c8
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,6 @@
+%modules = ( # path to module name map
+ "QtBodymovin" => "$basedir/src/bodymovin",
+);
+
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);