From 11abf52a8ac521c40e306cc3113426606dcc3000 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 16 Sep 2020 16:31:10 +0300 Subject: qcam: Remove unneeded './' file prefix in *.qrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's no need to prefix files in the local directory with './'. Drop it. While at it, add indentation to make the *.qrc files more readable. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- src/qcam/assets/feathericons/feathericons.qrc | 12 ++++++------ src/qcam/assets/shader/shaders.qrc | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/qcam') diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc index 656f2b46..c5302040 100644 --- a/src/qcam/assets/feathericons/feathericons.qrc +++ b/src/qcam/assets/feathericons/feathericons.qrc @@ -1,11 +1,11 @@ -./aperture.svg -./camera-off.svg -./play-circle.svg -./save.svg -./stop-circle.svg -./x-circle.svg + aperture.svg + camera-off.svg + play-circle.svg + save.svg + stop-circle.svg + x-circle.svg diff --git a/src/qcam/assets/shader/shaders.qrc b/src/qcam/assets/shader/shaders.qrc index 33eab278..9ae35c9f 100644 --- a/src/qcam/assets/shader/shaders.qrc +++ b/src/qcam/assets/shader/shaders.qrc @@ -1,9 +1,9 @@ -./NV_vertex_shader.glsl -./NV_2_planes_UV_f.glsl -./NV_2_planes_VU_f.glsl -./NV_3_planes_f.glsl + NV_vertex_shader.glsl + NV_2_planes_UV_f.glsl + NV_2_planes_VU_f.glsl + NV_3_planes_f.glsl -- cgit v1.2.1