Commit 26edd685 authored by axis's avatar axis
Browse files

Added dependency information to the sync.profile.

parent 3131382d
No related merge requests found
Showing with 12 additions and 0 deletions
......@@ -12,3 +12,15 @@
%modulepris = (
"QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.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 = (
"QtXmlPatterns" => {
"QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
"QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
},
);
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment