Files
qtmultimedia/sync.profile
Sergio Ahumada c2736c3a62 sync.profile: Point dependencies to 'refs/heads/dev'
We should test dev branches against dev branches only by default.
At some point we should automate the merges from release->stable->dev
and/or decide how to handle possible conflicts.

This is good enough for the time being.

Change-Id: I9f3c9977b162b82611e48cd304cfcc316fed95ad
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
2012-12-14 15:21:34 +01:00

28 lines
940 B
Plaintext

%modules = ( # path to module name map
"QtMultimedia" => "$basedir/src/multimedia",
"QtMultimediaWidgets" => "$basedir/src/multimediawidgets",
"QtMultimediaQuick_p" => "$basedir/src/qtmultimediaquicktools",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qaudio.h" => "QAudio",
"qmediametadata.h" => "QMediaMetaData",
"qmultimedia.h" => "QMultimedia"
);
# 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/dev",
"qtxmlpatterns" => "refs/heads/dev",
"qtdeclarative" => "refs/heads/dev",
"qtjsbackend" => "refs/heads/dev",
);