[SATLUG] compiling latest kphone
Bruce Dubbs
bruce.dubbs at gmail.com
Fri May 30 11:25:17 CDT 2008
Chris Lemire wrote:
> Thanks! That did the trick, and here's what I used.
> # export QTDIR=/usr/lib64/qt-3.3/
> So, I might have to create a custom launcher for this app. Something like the
> following.
> QTDIR=/usr/lib64/qt-3.3/ kphone
> That way the qt4 apps don't conflict.
Umm, no. QTDIR is used for building, not running. You may needs something like:
LD_LIBRARY_PATH=/usr/lib64/qt-3.3/ kphone
-- Bruce
More information about the SATLUG
mailing list