From 888fb0ca5d5e18fe5d8b88ed721544bf204ac158 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Mon, 14 Jan 2019 10:20:37 +0100 Subject: Initial commit for Qt Lottie! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This implements a QML API to display graphics and animations exported by the Bodymovin plugin in AfterEffects. Done-by: Kari Hautamäki Change-Id: Idbcfc5c947e97c1a5a70947a262fe1be17de7504 Reviewed-by: Eirik Aavitsland --- sync.profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') 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 +); -- cgit v1.2.3