Skip to content

Commit

Permalink
Add sync.profile for CI
Browse files Browse the repository at this point in the history
Change-Id: I4f6ebe8b16bf712a0d64c58e2bfc6898bf683d15
Reviewed-by: Robert Griebl <[email protected]>
  • Loading branch information
Marko Kangas committed Nov 24, 2015
1 parent 4bbee7f commit 977cd1e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sync.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
%modules = ( # path to module name map
);
%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" => "",
"qtdeclarative" => ""
);

0 comments on commit 977cd1e

Please sign in to comment.