2011-07-01 07:13:44 +00:00
|
|
|
%modules = ( # path to module name map
|
|
|
|
|
"QtFeedback" => "$basedir/src/feedback",
|
|
|
|
|
);
|
|
|
|
|
%moduleheaders = ( # restrict the module headers to those found in relative path
|
|
|
|
|
);
|
2011-07-07 08:00:07 +00:00
|
|
|
# Module dependencies.
|
|
|
|
|
# Every module that is required to build this module should have one entry.
|
2011-07-01 07:13:44 +00:00
|
|
|
# Each of the module version specifiers can take one of the following values:
|
|
|
|
|
# - A specific Git revision.
|
2011-07-07 08:00:07 +00:00
|
|
|
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
|
|
|
|
|
#
|
2011-07-01 07:13:44 +00:00
|
|
|
%dependencies = (
|
2016-04-11 07:06:29 +00:00
|
|
|
"qtbase" => "",
|
|
|
|
|
"qtxmlpatterns" => "",
|
|
|
|
|
"qtdeclarative" => "",
|
|
|
|
|
"qtmultimedia" => "",
|
2011-07-01 07:13:44 +00:00
|
|
|
);
|