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