~faenil/ubuntu-ui-toolkit/flickableBasedScrollView

« back to all changes in this revision

Viewing changes to sync.profile

  • Committer: Andrea Bernabei
  • Date: 2015-11-25 11:50:10 UTC
  • mfrom: (1681.2.44 staging)
  • Revision ID: andrea.bernabei@canonical.com-20151125115010-vpxkm2lze1hav9q9
mergeĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%modules = ( # path to module name map
 
2
    "UbuntuGestures" => "$basedir/src/Ubuntu/UbuntuGestures",
 
3
);
 
4
%moduleheaders = ( # restrict the module headers to those found in relative path
 
5
);
 
6
 
 
7
%classnames = (
 
8
 "debughelpers.h" => "DebugHelpers",
 
9
 "pool.h" => "Pool",
 
10
 "timesource.h" => "TimeSource",
 
11
 "touchregistry.h" => "TouchRegistry",
 
12
 "candidateinactivitytimer.h" => "CandidateInactivityTimer",
 
13
 "timer.h" => "Timer",
 
14
 "touchownershipevent.h" => "TouchOwnershipEvent",
 
15
 "unownedtouchevent.h" => "UnownedTouchEvent"
 
16
);
 
17
 
 
18
# Module dependencies.
 
19
# Every module that is required to build this module should have one entry.
 
20
# Each of the module version specifiers can take one of the following values:
 
21
#   - A specific Git revision.
 
22
#   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 
23
#
 
24
%dependencies = (
 
25
    "qtbase" => "",
 
26
    "qtdeclarative" => "",
 
27
    "qtfeedback" => "",
 
28
    "qtpim" => "",
 
29
);