[PyKDE] how PyQt4 calculates the Qt directory layout
Phil Thompson
phil at riverbankcomputing.co.uk
Wed Jul 19 19:56:34 BST 2006
On Wednesday 19 July 2006 7:36 pm, Andreas Pakulat wrote:
> Hi,
>
> before I try to find this out by reading configure.py (which is not
> really that easy, IIRC), Phil could you explain in short how you
> "extract" the layout of Qt from qmake? I can't find any options for
> finding include and lib directory.
It compiles and runs a program that uses QLibraryInfo::location(). Look at the
get_qt_configuration() function.
Phil
More information about the PyQt
mailing list