Subject: Re: CVS commit: pkgsrc/x11/qt4
To: Geert Hendrickx <ghen@telenet.be>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-pkg
Date: 02/28/2006 14:01:15
> On Sat, Feb 25, 2006 at 10:26:06AM +0100, Adam wrote:
> > Hopefully, I have fixed this.  Please, test. :)
>
> Jup, the include files look ok now.

Looks like it works for me too. Thanks Geert!

> But when I tried to compile texmaker, 
> it still couldn't find them, because they're in the Qt/ subdir of
> ${PREFIX}/qt4/include.

That is correct, just it's a new Qt4 style.

> I don't know whether that's a problem with texmaker 
> or with qt4-lib's buildlink3.mk file, but when I manually pointed
> texmaker's includes to the right path, it compiled (and ran) just fine. 
> I'll have to figure out how to properly fix this.

When you specify core, xml, sql etc dependency in your qmake project file, it 
automatically adds correct include path like $(QTDIR)/include/QtFoo.

// wbr