summaryrefslogtreecommitdiffstats
path: root/src/src.pro
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 /src/src.pro
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 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 9c70fad79..849c25d82 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -24,7 +24,7 @@ src_quick3d_core.subdir = $$PWD/quick3d/quick3d
src_quick3d_core.target = sub-quick3d-core
src_quick3d_core.depends = src_core src_input
-src_quick3d_render.subdir = $$PWD/quick3d/quick3drenderer
+src_quick3d_render.subdir = $$PWD/quick3d/quick3drender
src_quick3d_render.target = sub-quick3d-render
src_quick3d_render.depends = src_render src_quick3d_core