Added dependency information to the sync.profile.

This commit is contained in:
axis
2011-04-27 12:35:15 +02:00
parent 3a898d2aba
commit 89d67a2b80

View File

@@ -12,3 +12,15 @@
%modulepris = ( %modulepris = (
"QtMultimedia" => "$basedir/modules/qt_multimedia.pri", "QtMultimedia" => "$basedir/modules/qt_multimedia.pri",
); );
# Modules and programs, and their dependencies.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - "LATEST_REVISION", to always test against the latest revision.
# - "LATEST_RELEASE", to always test against the latest public release.
# - "THIS_REPOSITORY", to indicate that the module is in this repository.
%dependencies = (
"QtMultimedia" => {
"QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
"QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
},
);