~saiarcot895/ubuntu/trusty/qtconnectivity-opensource-src/enable-bluetooth

« back to all changes in this revision

Viewing changes to sync.profile

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-08-20 08:46:41 UTC
  • Revision ID: package-import@ubuntu.com-20130820084641-09v00451dpna7ydk
Tags: upstream-5.0~git20130802
ImportĀ upstreamĀ versionĀ 5.0~git20130802

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%modules = ( # path to module name map
 
2
    "QtBluetooth" => "$basedir/src/bluetooth",
 
3
    "QtNfc" => "$basedir/src/nfc",
 
4
);
 
5
%moduleheaders = ( # restrict the module headers to those found in relative path
 
6
);
 
7
# Module dependencies.
 
8
# Every module that is required to build this module should have one entry.
 
9
# Each of the module version specifiers can take one of the following values:
 
10
#   - A specific Git revision.
 
11
#   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
 
12
#   - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
 
13
#
 
14
%dependencies = (
 
15
    "qtbase" => "",
 
16
    "qtdeclarative" => "",
 
17
    "qtjsbackend" => "",
 
18
    "qtsystems" => "",
 
19
    "qtxmlpatterns" => "",
 
20
);