Please test: changes in how Qt4 is found
Zack Rusin
zrusin at trolltech.com
Thu Apr 27 20:55:21 BST 2006
On Thursday 27 April 2006 15:35, Adriaan de Groot wrote:
> On Thursday 27 April 2006 21:21, Zack Rusin wrote:
> > On Thursday 27 April 2006 15:03, Alexander Neundorf wrote:
> > > Now qmake is used directly to report which uic and which moc should be
> > > used. It works for me and also on some other machines.
> >
> > Qt4 comes by default with pc files, we might as well use them and
>
> Way! That would be very convenient -- but where are they? I built qt-copy
> from source and installed it to its own prefix, and pkg-config doesn't know
> about it. I can't see any obvious candidates within the installed tree.
Yeah, you need to do
export PKG_CONFIG_PATH=$QTDIR/lib:$PKG_CONFIG_PATH
right now because Qt installs pc files to its lib dir instead of a default
pkg-config datadir.
More information about the kde-core-devel
mailing list