##// END OF EJS Templates
Fix sync.profile dependency versioning...
Simon Hausmann -
r2860:a32ee2946028
parent child
Show More
@@ -1,18 +1,18
1 1 %modules = ( # path to module name map
2 2 "QtCharts" => "$basedir/src/charts",
3 3 );
4 4 %moduleheaders = ( # restrict the module headers to those found in relative path
5 5 );
6 6 %classnames = (
7 7 "qchartglobal.h" => "QChartGlobal"
8 8 );
9 9 # Module dependencies.
10 10 # Every module that is required to build this module should have one entry.
11 11 # Each of the module version specifiers can take one of the following values:
12 12 # - A specific Git revision.
13 13 # - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
14 14 #
15 15 %dependencies = (
16 "qtbase" => "refs/heads/5.6",
17 "qtdeclarative" => "refs/heads/5.6",
16 "qtbase" => "",
17 "qtdeclarative" => "",
18 18 );
General Comments 0
You need to be logged in to leave comments. Login now