mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Qt: pkg-config files?


From: Martin Lambers
Subject: Re: [Mingw-cross-env-list] Qt: pkg-config files?
Date: Fri, 07 Jan 2011 01:11:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

Hi Mark!

On 06/01/11 22:58, Mark Brand wrote:
> What's wrong with just using qmake?

I have a project where the Qt GUI is just an optional loadable module,
and the build process therefore must not depend on qmake. Also I use
autoconf/automake for things like generating special files or for
special build rules, and I'm not sure I could do all of that with qmake.

> But the question of pkg-config files for Qt has come up before, so I
> decided to give it a try. This is the result:
> 
> http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/530c8e01cf62
> 
> This produces .pc files that look pretty good. Would you mind trying
> out some? If there are no problems, I would like to submit these
> changes upstream.

Thanks very much for your efforts!

I just tried the QtOpenGL module. It failed only because it did not drag
in the QtGui and QtCore modules. With the additional line "Requires:
QtCore QtGui" in QtOpenGL.pc, it works perfectly!

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]