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