~chris.gagnon/+junk/qtpim-coverage

« back to all changes in this revision

Viewing changes to sync.profile

  • Committer: chris.gagnon
  • Date: 2013-12-10 23:09:37 UTC
  • Revision ID: chris.gagnon@canonical.com-20131210230937-2akf1ft1edcttk87
first post

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%modules = ( # path to module name map
 
2
    "QtContacts" => "$basedir/src/contacts",
 
3
    "QtOrganizer" => "$basedir/src/organizer",
 
4
    "QtVersit" => "$basedir/src/versit",
 
5
    "QtVersitOrganizer" => "$basedir/src/versitorganizer",
 
6
);
 
7
%moduleheaders = ( # restrict the module headers to those found in relative path
 
8
);
 
9
# Module dependencies.
 
10
# Every module that is required to build this module should have one entry.
 
11
# Each of the module version specifiers can take one of the following values:
 
12
#   - A specific Git revision.
 
13
#   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 
14
#
 
15
%dependencies = (
 
16
    "qtbase" => "refs/heads/stable",
 
17
    "qtxmlpatterns" => "refs/heads/stable",
 
18
    "qtdeclarative" => "refs/heads/stable",
 
19
    "qtjsbackend" => "refs/heads/stable",
 
20
);