aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: dc6ea94055a8945a40b16f28fd309702ce78924b (plain)
1
2
3
4
5
6
7
%modules = ( # path to module name map
    "QtQuickControls2" => "$basedir/src/quickcontrols2",
    "QtQuickControls2Impl" => "$basedir/src/quickcontrols2impl",
    "QtQuickTemplates2" => "$basedir/src/quicktemplates2",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);