From patchwork Thu Dec 22 14:21:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Naumann X-Patchwork-Id: 708237 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tktyK45cqz9t0m for ; Fri, 23 Dec 2016 01:22:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DAC3F8639C; Thu, 22 Dec 2016 14:22:15 +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 P3AtG8L3J42l; Thu, 22 Dec 2016 14:22:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 02F1A85B3D; Thu, 22 Dec 2016 14:22:06 +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 045191C0A63 for ; Thu, 22 Dec 2016 14:21:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ECA9285C07 for ; Thu, 22 Dec 2016 14:21:45 +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 bEkY2jiabBag for ; Thu, 22 Dec 2016 14:21:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from dd5424.kasserver.com (dd5424.kasserver.com [85.13.138.252]) by whitealder.osuosl.org (Postfix) with ESMTPS id E323284B53 for ; Thu, 22 Dec 2016 14:21:42 +0000 (UTC) Received: from localhost.localdomain (unknown [145.129.136.115]) by dd5424.kasserver.com (Postfix) with ESMTPA id A80E8B5836E5; Thu, 22 Dec 2016 15:21:39 +0100 (CET) From: Andreas Naumann To: buildroot@buildroot.org, ps.report@gmx.net, thomas.petazzoni@free-electrons.com Date: Thu, 22 Dec 2016 15:21:08 +0100 Message-Id: <1482416476-20306-3-git-send-email-anaumann@ultratronik.de> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1482416476-20306-1-git-send-email-anaumann@ultratronik.de> References: <1482416476-20306-1-git-send-email-anaumann@ultratronik.de> Cc: Andreas Naumann Subject: [Buildroot] [PATCH v4 02/10] qt5enginio : move into legacy compatibility 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" From: Julien Corjon See https://wiki.qt.io/New_Features_in_Qt_5.7 Signed-off-by: Julien Corjon Signed-off-by: Andreas Naumann --- package/qt5/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/qt5/Config.in b/package/qt5/Config.in index 77e7e09..7fe0bfc 100644 --- a/package/qt5/Config.in +++ b/package/qt5/Config.in @@ -35,7 +35,6 @@ source "package/qt5/qt5base/Config.in" source "package/qt5/qt5canvas3d/Config.in" source "package/qt5/qt5connectivity/Config.in" source "package/qt5/qt5declarative/Config.in" -source "package/qt5/qt5enginio/Config.in" source "package/qt5/qt5graphicaleffects/Config.in" source "package/qt5/qt5imageformats/Config.in" source "package/qt5/qt5location/Config.in" @@ -54,6 +53,7 @@ source "package/qt5/qt53d/Config.in" source "package/qt5/qt5quickcontrols2/Config.in" source "package/qt5/qt5serialbus/Config.in" comment "legacy compatibility" +source "package/qt5/qt5enginio/Config.in" source "package/qt5/qt5script/Config.in" source "package/qt5/qt5webkit/Config.in" endif