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] update: Qt 4.7.0 RC1


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] update: Qt 4.7.0 RC1
Date: Sat, 28 Aug 2010 21:36:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100802 SUSE/3.1.2 Thunderbird/3.1.2



It's not really a comment, but is there a way to create pkconfig .pc files? I'm trying to cross compile vlc (http://www.videolan.org/) and it's configure script tries to detect QT by checking for QT .pc files.


That's a good question. Cross compiling qt for mingw uses qmake's win32/mingw makefile generator which does not have this feature. Only the unix makefile generator makes .pc files for Qt. There are also related definitions in the project files that are only for unix.

I think these are your options:
1. Add .pc creation to the mingw makefile generator and project files.
2. Make the files manually, maybe based on the files for unix.
3. Persuade vlc to build without them.

regards,

Mark



reply via email to

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