Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754019AbYAAH4E (ORCPT ); Tue, 1 Jan 2008 02:56:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751818AbYAAHzx (ORCPT ); Tue, 1 Jan 2008 02:55:53 -0500 Received: from gw-colo-pa.panasas.com ([66.238.117.130]:32604 "EHLO cassoulet.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750722AbYAAHzw (ORCPT ); Tue, 1 Jan 2008 02:55:52 -0500 Message-ID: <4779F200.1020507@panasas.com> Date: Tue, 01 Jan 2008 09:55:44 +0200 From: Boaz Harrosh User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Marco Costalba CC: Filippo Zangheri , Linux Kernel Development , Git Mailing List Subject: Re: [ANNOUNCE] qgit-2.1 and qgit-1.5.8 References: <4778CB78.2010906@yahoo.it> <47792B3E.60509@panasas.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Jan 2008 07:55:49.0973 (UTC) FILETIME=[B992E850:01C84C4B] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1938 Lines: 52 On Mon, Dec 31 2007 at 20:07 +0200, "Marco Costalba" wrote: > On Dec 31, 2007 6:47 PM, Boaz Harrosh wrote: >> On Mon, Dec 31 2007 at 13:58 +0200, "Marco Costalba" wrote: >>> On Dec 31, 2007 11:59 AM, Filippo Zangheri wrote: >>>> Hi, >>>> >>>> I git-cloned qgit-2.1 from your repository, then ran `qmake qgit.pro`, but `make` gave me errors. >>> Yes, you need qmake of Qt4 not the Qt3 one. >>> >> >> >> A Theoretical question. >> Is it possible to compile Qt4 app all statically linked and run it on a Qt3 based KDE >> machine. Some thing like the windows installation, where every thing is self-contained? >> > > It's also very practical...I have _only_ KDE 3 installed, not KDE 4 ;-) > > I have both Qt4 and Qt3 development (shared) libraries installed and > there is absolutely no compatibility problem, the only thing you have > to remember is when running > > qmake qgit.pro > > the first time, you need to be sure is the Qt4 qmake, not the Qt3. > Because I have Qt3 qmake in path, not the Qt4 one, I need to > explicitly give the whole path the first time I configure the sources, > something like > > /usr/lib/qt4/bin/qmake qgit.pro > > Then no other settings are needed, when you call make, the Makefiles > are already built by qmake to search for the correct libraries. > > > Hope this helps... > > Marco Thanks because of your help I was brave enough to install qt4 and compile qgit. It works. We use it a lot here. When the guys make a mess, and you need to figure what happened than qgit is your only friend. I intend to hack some extra stuff that we need often. Boaz -- 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/