From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44168) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijQz0-0002nw-QQ for guix-patches@gnu.org; Mon, 23 Dec 2019 11:55:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijQyz-0003F5-Tp for guix-patches@gnu.org; Mon, 23 Dec 2019 11:55:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45645) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijQyz-0003Ev-QY for guix-patches@gnu.org; Mon, 23 Dec 2019 11:55:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijQyz-0004Zb-QF for guix-patches@gnu.org; Mon, 23 Dec 2019 11:55:01 -0500 Subject: [bug#38711] [PATCH] build-system: qt: Actually use qt-build-system, not cmake-build-system. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191222214003.7352-1-h.goebel@crazy-compilers.com> <20191223133033.GQ1115@E5400> Date: Mon, 23 Dec 2019 17:54:16 +0100 In-Reply-To: <20191223133033.GQ1115@E5400> (Efraim Flashner's message of "Mon, 23 Dec 2019 15:30:33 +0200") Message-ID: <87k16nj83r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: Hartmut Goebel , 38711@debbugs.gnu.org Hi! Efraim Flashner skribis: > On Sun, Dec 22, 2019 at 10:40:03PM +0100, Hartmut Goebel wrote: >> When the qt-build-system was created, based on the cmake-build-system, >> some references to cmake have been missed to be changed. Oh, I see. > This would explain some of the problems we've run into with, say, > mumble. If applying this means we can reverse > a7a91c01c98499c8a1e44fadea1b8f70e91fc16f and still have the binaries > wrapped then I say go for it. Agreed! Ludo=E2=80=99.