Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752883AbbKBKgs (ORCPT ); Mon, 2 Nov 2015 05:36:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:39731 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbbKBKgr (ORCPT ); Mon, 2 Nov 2015 05:36:47 -0500 Subject: Re: make xconfig no longer works in Fedora To: Thiago Macieira , Alexey Brodkin References: <1446295161.4394.81.camel@synopsys.com> <1540852.ryHORPH4E7@tjmaciei-mobl4> Cc: "linux-kernel@vger.kernel.org" From: Michal Marek Message-ID: <56373CBB.3010801@suse.com> Date: Mon, 2 Nov 2015 11:36:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1540852.ryHORPH4E7@tjmaciei-mobl4> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 18 On 2015-11-02 04:20, Thiago Macieira wrote: > - qtver=`qmake -query QT_VERSION` || { \ > + qtver=`qmake -query QT_VERSION` || \ > + qtver=`qmake-qt5 -query QT_VERSION` || \ > + qtver=`qmake-qt4 -query QT_VERSION` || { \ The qtlibdir= etc assignments below still use qmake directly, plus this will print an error if the command is not called "qmake." As Alexey says, we do not need qmake, we need moc and the cflags / ldflags. Since pkg-config worked for us previously, I suggest to use pkg-config again and just check which of QtGui or Qt5Widgets is available. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/