From patchwork Thu Jul 23 12:40:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Corjon X-Patchwork-Id: 499371 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 14BCF1402AA for ; Thu, 23 Jul 2015 22:40:47 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 61E14A3E5D; Thu, 23 Jul 2015 12:40:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hhojhpCJ452l; Thu, 23 Jul 2015 12:40:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5312AA3E5C; Thu, 23 Jul 2015 12:40:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A5BBD1C228E for ; Thu, 23 Jul 2015 12:40:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A0FF991A1D for ; Thu, 23 Jul 2015 12:40:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z1UX2frZHbmT for ; Thu, 23 Jul 2015 12:40:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 79757918D6 for ; Thu, 23 Jul 2015 12:40:42 +0000 (UTC) Received: by wibud3 with SMTP id ud3so217053772wib.0 for ; Thu, 23 Jul 2015 05:40:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id; bh=fQKPQZv5B6IByB92XjUKTAr1T29VIjaVjM3LV3FelvU=; b=Q3M+6LQe96BPxN9MG7on/XrNYDJ/JxqYKGfyDWy9J02KHOU7U0CQ+wZIydU3Uop0+u WYXaPfjlLlkpOT9zu7VAdDE+YtnZPPVWRSsLBkV4ezz4s8zR3aO1zR8SZB3B5YZIiV8N OkTq1OmD+Mtdj7VvfCtpwMjtPc6kCUkWQ/EGayoDApiUPBVVDceBHupgSLcKRzfSBQ0y wETansslWfBwFJ57ZZXEinlEIkvKa7EkRrnE+GwRSkmSPlP5QYszUMMk6U+2YvcrWYhA LBGhSWAJzq9lJ8UG74ekQ3+XictjpmzSkWHxobJ2Kvw6rgKtsE4DDUbYPN5ShY8J/Eyf ELhg== X-Received: by 10.194.57.232 with SMTP id l8mr16577071wjq.48.1437655241018; Thu, 23 Jul 2015 05:40:41 -0700 (PDT) Received: from mic341-linux.sinters-int.fr ([195.200.174.78]) by smtp.gmail.com with ESMTPSA id nb9sm8368242wic.10.2015.07.23.05.40.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Jul 2015 05:40:40 -0700 (PDT) From: Julien Corjon To: buildroot@buildroot.org Date: Thu, 23 Jul 2015 14:40:20 +0200 Message-Id: <1437655220-12168-1-git-send-email-corjon.j@ecagroup.com> X-Mailer: git-send-email 2.1.0 Cc: ECA SINTERS software Subject: [Buildroot] [PATCH 1/1] qt/qt5base: Fix INCLUDE_PATH when no JPEG/PNG/GIF support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Julien Corjon --- ...008-QtGui-force-image-dir-in-include_path.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package/qt5/qt5base/0008-QtGui-force-image-dir-in-include_path.patch diff --git a/package/qt5/qt5base/0008-QtGui-force-image-dir-in-include_path.patch b/package/qt5/qt5base/0008-QtGui-force-image-dir-in-include_path.patch new file mode 100644 index 0000000..4e5068b --- /dev/null +++ b/package/qt5/qt5base/0008-QtGui-force-image-dir-in-include_path.patch @@ -0,0 +1,33 @@ +From 6065be41dbd04690236418098fca504140fc205c Mon Sep 17 00:00:00 2001 +From: Julien Corjon +Date: Thu, 23 Jul 2015 13:32:47 +0200 +Subject: [PATCH 1/1] QtGui: force image directory in INCLUDE_PATH + +If PNG/JPEG/GIF support is not set qplaformpixmap inclusion then +image/qplatformpixmap.h cannot be found from painting/qbrush.cpp + +Change-Id: I165c888b2afc51de47267607883615d3aa3bae40 + +Upstream-Status: https://bugreports.qt.io/browse/QTBUG-47400 + +Signed-off-by: Julien Corjon +--- + src/gui/image/image.pri | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/gui/image/image.pri b/src/gui/image/image.pri +index 8db944e..af6e0fa 100644 +--- a/src/gui/image/image.pri ++++ b/src/gui/image/image.pri +@@ -3,6 +3,8 @@ + + # Qt kernel module + ++INCLUDEPATH *= $$PWD ++ + HEADERS += \ + image/qbitmap.h \ + image/qimage.h \ +-- +2.1.0 +