From patchwork Mon May 7 21:14:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 157469 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 89D8DB6FAA for ; Tue, 8 May 2012 07:14:54 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id AEB4332A5A; Mon, 7 May 2012 21:14:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CPrEqnXGQALs; Mon, 7 May 2012 21:14:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0EB6D32066; Mon, 7 May 2012 21:14:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BB67B8F76A for ; Mon, 7 May 2012 21:14:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AB8DF8D4D3 for ; Mon, 7 May 2012 21:14:50 +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 QwZq274cWMl0 for ; Mon, 7 May 2012 21:14:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qa0-f52.google.com (mail-qa0-f52.google.com [209.85.216.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9295F85B96 for ; Mon, 7 May 2012 21:14:49 +0000 (UTC) Received: by qabj34 with SMTP id j34so14711qab.11 for ; Mon, 07 May 2012 14:14:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=GI2/Y1PAUKRfhU7BfBus1oyG0totkmzZzgCAlTJg6EA=; b=BPT+PH5dTLDz2CqxgwsSD9WJ6TXPlJ9LWtvdlskKloFxG8xMiZ8kpoECK2yMC1MsCs PZIM2VWW7G7XQVyw/TiVvU7l4o4/3rCG5WYzTfJyc9xx1hJOkxVwbtBXcXUptfS65lnI yf96HUKat6bu6/FXnz7jodO37l89j7gZnkpPi1A5cLEsZ670FwMIyNPtm8gK2hIEZSfP EFbVkESjPEx37Zzqolj3Km/hShgZW445LPvCCk98oyhFFAYs8cj0PuMDOR7X5eeDHCAC IyE+t7qTtwdRFLOadeuvl5Kxos0CIOl5RN8PlCdfAIxaqoVlbndxikgRDEVSDPfU5gzL Awdg== Received: by 10.224.117.6 with SMTP id o6mr21217600qaq.18.1336425282546; Mon, 07 May 2012 14:14:42 -0700 (PDT) Received: from localhost.localdomain (173-166-182-69-washingtondc.hfc.comcastbusiness.net. [173.166.182.69]) by mx.google.com with ESMTPS id r19sm6178867qae.14.2012.05.07.14.14.41 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 May 2012 14:14:41 -0700 (PDT) From: Frank Hunleth To: buildroot@busybox.net Date: Mon, 7 May 2012 17:14:24 -0400 Message-Id: <1336425264-29060-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.7.0.4 X-Gm-Message-State: ALoCoQmcapT5AogAB454hZTKJfQhQesmWj4R22kchOCx+bRJ2rB4SkT3GZYiXJdLUvlyCTYzTovQ Subject: [Buildroot] [PATCH] qt: fix qconfig configure parameter 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 The Qt configure option for specifying a custom qconfig.h file changed from -config to -qconfig. This makes the corresponding change in qt.mk. Signed-off-by: Frank Hunleth --- package/qt/qt.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 7e6c5dd..2adcd01 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -25,7 +25,7 @@ endif QT_CONFIG_FILE=$(call qstrip,$(BR2_PACKAGE_QT_CONFIG_FILE)) ifneq ($(QT_CONFIG_FILE),) -QT_CONFIGURE_OPTS += -config buildroot +QT_CONFIGURE_OPTS += -qconfig buildroot endif QT_CFLAGS = $(TARGET_CFLAGS)