aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 7791f3bf3c41c450abe38b875ed896686c4ef245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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",
        "qtdeclarative" => "refs/heads/stable",
        "qtjsbackend" => "refs/heads/stable",
        "qtxmlpatterns" => "refs/heads/stable",
);