From 18964d9ebed281a72506eccdf26319ce18be46d7 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Sun, 18 Oct 2015 09:58:19 +0100 Subject: 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 --- src/input/input.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/input.pro') diff --git a/src/input/input.pro b/src/input/input.pro index 619477a4c..84bbbc3a2 100644 --- a/src/input/input.pro +++ b/src/input/input.pro @@ -1,6 +1,6 @@ TARGET = Qt3DInput -QT += core core-private 3dcore 3dcore-private 3drenderer +QT += core core-private 3dcore 3dcore-private 3drender DEFINES += QT3DINPUT_LIBRARY -- cgit v1.2.3