From 973cb071c0113566bb930bf91b46a5a774068c66 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 26 Jan 2015 14:16:25 +0100 Subject: Initial qt module setup --- sync.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile new file mode 100644 index 0000000..a999d1f --- /dev/null +++ b/sync.profile @@ -0,0 +1,20 @@ +%modules = ( # path to module name map + "QtIVICore" => "$basedir/src/core", +); +%moduleheaders = ( # restrict the module headers to those found in relative path +); +%classnames = ( +); +%deprecatedheaders = ( +); +$publicclassregexp = "Q.+"; +# 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/stable", +); + -- cgit v1.2.1