Hi again,

I managed to resolve this problem.

I downloaded and installed Qt SDK from qt.nokia.com (LGPL version)

I set my QT style shell variables to point to the
newly installed target

export QTLIB=/usr/local/qtsdk-2009.03/lib/
export QTINC=/usr/local/qtsdk-2009.03/qt/include
export QTDIR=/usr/local/qtsdk-2009.03/

In keepassx build, I removed src/Makefile and re-run
the qmake (not the default 3.3 version Redhat supplied, but
the new one installed from the Qt SDK).

You'll also need fontconfig-2.4.2 source and compile.
run configure with --prefix=/usr or
else the Qt libraries won't find the essential bits.

Then the LIB variable in the .pro files within
the keepassx source area are adjusted
as in this example:

LIBS += -L/usr/local/fontconfig-2.4.2/lib

Then it blends.

--Donald
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to