summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-10-18 09:58:19 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-10-19 10:51:25 +0000
commit18964d9ebed281a72506eccdf26319ce18be46d7 (patch)
tree9c184a8645f0d3ea72fc692f84332fc9be01bf2e /sync.profile
parentd9ae5577ea87ae23731fe54dd79fd80ecd1de1fa (diff)
Rename Renderer -> Render throughout
This is for consistency between the C++ namespaces and QML imports and with the other aspects. Change-Id: I73392f138b4e519b12888f52530123e3d0ba445e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 5e9420a87..958a4a3ca 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,8 +1,8 @@
%modules = ( # path to module name map
"Qt3DCore" => "$basedir/src/core",
- "Qt3DRenderer" => "$basedir/src/render",
+ "Qt3DRender" => "$basedir/src/render",
"Qt3DQuick" => "$basedir/src/quick3d/quick3d",
- "Qt3DQuickRenderer" => "$basedir/src/quick3d/quick3drenderer",
+ "Qt3DQuickRender" => "$basedir/src/quick3d/quick3drender",
"Qt3DInput" => "$basedir/src/input",
"Qt3DLogic" => "$basedir/src/logic",
"Qt3DCollision" => "$basedir/src/collision",