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