summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 97e0ab4ad..9515e877e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,7 +1,8 @@
%modules = ( # path to module name map
"Qt3DCore" => "$basedir/src/core",
"Qt3DRenderer" => "$basedir/src/render",
- "Qt3DQuick" => "$basedir/src/quick3d",
+ "Qt3DQuick" => "$basedir/src/quick3d/quick3d",
+ "Qt3DQuickRenderer" => "$basedir/src/quick3d/quick3drenderer",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);