From patchwork Sat Apr 14 19:28:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 152545 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 1CFE4B7003 for ; Sun, 15 Apr 2012 05:30:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 144508FA20; Sat, 14 Apr 2012 19:29:56 +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 ExAe7BFS1QFm; Sat, 14 Apr 2012 19:29:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 96ED48F8F0; Sat, 14 Apr 2012 19:29:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 3EAAA8F75B for ; Sat, 14 Apr 2012 19:29:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2B762FFE82 for ; Sat, 14 Apr 2012 19:29:50 +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 P7fx4kCxG8QJ for ; Sat, 14 Apr 2012 19:29:48 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0CA87FFE69 for ; Sat, 14 Apr 2012 19:29:48 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 061DC96ABE; Sat, 14 Apr 2012 19:29:47 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Sat, 14 Apr 2012 21:28:31 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 650195deb9168dd2e250b8145448ed580ea4601b X-Git-Newrev: 8eaf4e5281c98f97a453e67547ec740174d9d417 X-Patchwork-Hint: ignore Message-Id: <20120414192948.061DC96ABE@busybox.osuosl.org> Subject: [Buildroot] [git commit] qt: tweak help text X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=8eaf4e5281c98f97a453e67547ec740174d9d417 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Upstream URL of Qt is qt-project.org nowadays, and there's a single Qt release for everyone. Signed-off-by: Peter Korsgaard --- package/qt/Config.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/qt/Config.in b/package/qt/Config.in index 3a552d0..1ce6348 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -5,9 +5,10 @@ menuconfig BR2_PACKAGE_QT bool "Qt" depends on BR2_INSTALL_LIBSTDCPP help - Qt for Embedded Linux. + Qt is a cross-platform application and UI framework for + developers using C++. - http://www.qtsoftware.com/products/platform/qt-for-embedded-linux + http://qt-project.org if BR2_PACKAGE_QT