From patchwork Wed Sep 16 14:52:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 9637 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 5B380C3B5B for ; Wed, 16 Sep 2020 14:53:45 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C00DC60533; Wed, 16 Sep 2020 16:53:44 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="J8fu8qeG"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A710662E75 for ; Wed, 16 Sep 2020 16:53:42 +0200 (CEST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 483B3276; Wed, 16 Sep 2020 16:53:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1600268016; bh=IXqExMQEGxG5MIf//OKDkUGTToeSvatkD/4A4cxrB1s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=J8fu8qeG+hVb26nj2MfwaJyrk3CXRkLow1XtbzNsTL70JiiAxUDfnyn8q8PZzaS9P C5/MHnbmO0I68YxSMwYIEkQVJU0Yac7Wvp/FOrPLK0pgkJMzRjL7pudAf382qYvlwP 6gTlUNJQgNdVsAcZTLy12PIuPpSm0ZDbUnpI8yks= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Wed, 16 Sep 2020 17:52:48 +0300 Message-Id: <20200916145254.1644-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200916145254.1644-1-laurent.pinchart@ideasonboard.com> References: <20200916145254.1644-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/7] qcam: Remove unneeded './' file prefix in *.qrc X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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(-) diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc index 656f2b463511..c5302040ea44 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 33eab2780d5e..9ae35c9f70d6 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