summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: f58c03250e79bacec32272173f24d7c31d3286c8 (plain)
1
2
3
4
5
6
7
8
9
10
%modules = ( # path to module name map
    "QtStudio3D" => "$basedir/src/Runtime/api/studio3d",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%dependencies = (
    "qtbase" => "",
    "qtdeclarative" => "",
    "qtmultimedia" => "",
);