Subject: Re: CVS commit: pkgsrc/x11/qt4
To: Ian Zagorskih <ianzag@megasignal.com>
From: Geert Hendrickx <ghen@telenet.be>
List: tech-pkg
Date: 03/02/2006 16:08:18
On Thu, Mar 02, 2006 at 03:55:54PM +0600, Ian Zagorskih wrote:
> In your qmake project file just add required modules to QT option like
> "QT += sql" or "QT += xml" or "QT += opengl". Take a look at Qt4 examples
> and demos, they all doing this :)

Ah, thanks.  After some digging, it turned out that this wasn't even
necessery, I only had to modify my configure target to make it work: 

> do-configure:
>        cd ${WRKSRC} && \
         ${SETENV} ${CONFIGURE_ENV} \
>        ${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro

(or even just ${SETENV} QTDIR=${QTDIR:Q}).  

	Geert