summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: e871e6771ec7c15b8bd05e8226fd44f999e24eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%modules = ( # path to module name map
    "Qt3DCore" => "$basedir/src/core",
    "Qt3DRender" => "$basedir/src/render",
    "Qt3DQuick" => "$basedir/src/quick3d/quick3d",
    "Qt3DQuickRender" => "$basedir/src/quick3d/quick3drender",
    "Qt3DInput" => "$basedir/src/input",
    "Qt3DQuickInput" => "$basedir/src/quick3d/quick3dinput",
    "Qt3DLogic" => "$basedir/src/logic",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);

# Force generation of camel case headers for classes inside Qt3D* namespaces
$publicclassregexp = "Qt3D.*::.+";