From c64ae4f1615f0fe9322ffcb09e50e360068fd11a Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Mon, 23 Jan 2012 11:57:17 +0100 Subject: Long live the qtimageformats module This module contains plugins for image formats that aren't part of the "core" (qtbase) offering, starting with mng. Task-number: QTBUG-21869 Change-Id: I85e51ed6f84c07419b1676f9def234c36f10141f Sanity-Review: Qt Sanity Bot Reviewed-by: aavit --- sync.profile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..98108f1 --- /dev/null +++ b/sync.profile @@ -0,0 +1,19 @@ +%modules = ( # path to module name map +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%mastercontent = ( +); +%modulepris = ( +); +# Module dependencies. +# Every module that is required to build this module should have one entry. +# Each of the module version specifiers can take one of the following values: +# - A specific Git revision. +# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) +# +%dependencies = ( + "qtbase" => "refs/heads/master", +); -- cgit v1.2.3