| %modules = ( # path to module name map | |
| "QtQuick3DUtils" => "$basedir/src/utils", | |
| "QtQuick3DRender" => "$basedir/src/render", | |
| "QtQuick3DRuntimeRender" => "$basedir/src/runtimerender", | |
| "QtQuick3DAssetImport" => "$basedir/src/assetimport", | |
| "QtQuick3D" => "$basedir/src/quick3d", | |
| ); | |
| %moduleheaders = ( # restrict the module headers to those found in relative path | |
| ); |